Files
Nasal-Interpreter/test/self_ref_module/a.nas
2023-07-21 23:40:59 +08:00

5 lines
76 B
Plaintext

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