add experimental namespace table

This commit is contained in:
ValKmjolnir
2023-07-16 21:31:51 +08:00
parent eee30b7d8e
commit fe3847d69c
10 changed files with 185 additions and 125 deletions

View File

@@ -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));