forked from xxq250/Nasal-Interpreter
✨ add experimental namespace table
This commit is contained in:
@@ -34,4 +34,5 @@ b(1, 2, 3, 4); # 1 [2 3 4]
|
||||
|
||||
# command line arguments
|
||||
println(arg);
|
||||
println(globals.arg);
|
||||
println(globals.arg);
|
||||
println(typeof(globals));
|
||||
Reference in New Issue
Block a user