refactored the testing system, fixed fput and removed arr_asm.sl
This commit is contained in:
10
extra_tests/args.sl
Normal file
10
extra_tests/args.sl
Normal file
@@ -0,0 +1,10 @@
|
||||
import stdlib/stdlib.sl
|
||||
|
||||
word main
|
||||
0 argc for
|
||||
dup
|
||||
argv@ dup strlen puts
|
||||
1 +
|
||||
end
|
||||
0
|
||||
end
|
||||
Reference in New Issue
Block a user