forked from xxq250/Nasal-Interpreter
✨ add native function runtime.argv() to get command line arguments
This commit is contained in:
@@ -200,4 +200,5 @@ foreach(var i;a){
|
||||
}
|
||||
foreach(i;a){
|
||||
;
|
||||
}
|
||||
}
|
||||
println(runtime.argv());
|
||||
Reference in New Issue
Block a user