repo.or.cz
/
io
/
quag.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sample: cleaning up CommandLineArgs sample
[io/quag.git]
/
samples
/
misc
/
CommandLineArgs.io
blob
875dad66abf23f0da8e7e63db38c1c5297ff80f7
1
//
Try running this script with some command line arguments
.
Example
:
2
// ./
io CommandLineArgs
.
io a b c d
3
4
writeln
(
"Command line arguments:"
)
5
args
foreach
(
println
)