Nasal-Interpreter/test/self_ref_module/a.nas

5 lines
73 B
Plaintext

# this will cause error
# use b;
println("init a");
var a = "hello";