mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
✨ add keyword support 'true' and 'false'
true is now number 1.0 false is number 0.0
This commit is contained in:
@@ -51,6 +51,7 @@ z.funcc(); #//f is called
|
||||
println(z.funcccall); #//func(..){..}
|
||||
z2.listt2[3].hashh.funcc(); #//f is called
|
||||
println(y1[f2()][w]); #//hello
|
||||
println(true,' ',false); #//1 0
|
||||
|
||||
|
||||
# ValKmjolnir
|
||||
|
||||
Reference in New Issue
Block a user