mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-21 10:28:50 +08:00
✨ add native function runtime.argv() to get command line arguments
This commit is contained in:
+2
-1
@@ -200,4 +200,5 @@ foreach(var i;a){
|
||||
}
|
||||
foreach(i;a){
|
||||
;
|
||||
}
|
||||
}
|
||||
println(runtime.argv());
|
||||
Reference in New Issue
Block a user