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