mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-21 10:28:50 +08:00
✨ add keyword support 'true' and 'false'
true is now number 1.0 false is number 0.0
This commit is contained in:
+1
-1
@@ -203,5 +203,5 @@ foreach(i;a){
|
||||
}
|
||||
println(runtime.argv());
|
||||
func(a,b,c,d="只有红茶可以吗"){
|
||||
println(a,' ',b,' ',c,' ',d);
|
||||
println(a,' ',b,' ',c,' ',d,' true: ',true,' false: ',false);
|
||||
}(c:1919810,b:514,a:114);
|
||||
Reference in New Issue
Block a user