Sample: cleaning up CommandLineArgs sample
[io/quag.git] / samples / misc / CommandLineArgs.io
blob875dad66abf23f0da8e7e63db38c1c5297ff80f7
1 // Try running this script with some command line arguments. Example:
2 // ./io CommandLineArgs.io a b c d
4 writeln("Command line arguments:")
5 args foreach(println)