3 Just showing off the madness that is technically possible in Vox.
4 Please don't actually write programs that way though, please :-)
10 h = (class extends io.open
12 constructor(path, mode)
14 base.constructor(path, mode)
17 while((line = h.readline()))
21 }(system.argv.len() > 1 ?
23 println("usage: %s <filename>".fmt(system.argv[0])), "r") && os.exit())
25 println("#%03d: %s".fmt(i, line))