This website requires JavaScript.
Explore
Help
Register
Sign In
IgorCielniak
/
l2
Watch
1
Star
0
Fork
0
You've already forked l2
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d4dc6ceef5e57fb8f687463d8e627b1287b1f023
l2
/
args.sl
11 lines
131 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added argv and argc interaction
2025-12-25 22:37:04 +01:00
import stdlib/stdlib.sl
import stdlib/io.sl
: main
0 argc for
dup
argv@ dup strlen puts
1 +
fix for args.sl
2026-01-03 09:10:37 +00:00
end
;
Reference in New Issue
Copy Permalink