10 lines
74 B
Text
10 lines
74 B
Text
|
|
|
|
def Bla.x := 10
|
|
|
|
namespace Foo
|
|
export Bla(x)
|
|
end Foo
|
|
|
|
open Foo
|
|
#check x
|