add native function runtime.argv() to get command line arguments

This commit is contained in:
ValKmjolnir
2022-06-04 20:12:00 +08:00
parent cb0fee04a9
commit a2e2d5d8f6
9 changed files with 67 additions and 22 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ test:nasal
@ ./nasal -op -t -d test/prime.nas
@ ./nasal -op -e test/qrcode.nas
@ ./nasal -op -t -d test/quick_sort.nas
@ ./nasal -op -e test/scalar.nas
@ ./nasal -op -e test/scalar.nas hello world
-@ ./nasal -op -c -t test/snake.nas
@ ./nasal -op -c -e test/trait.nas
-@ ./nasal -op -c -t test/tetris.nas