class Test { function : Main(args : String[]) ~ Nil { output := System.Runtime->CommandOutput("ls -l"); each(i : output) { output[i]->PrintLine(); }; } }