Re: [X10-users] File read/write

2009-07-22 Thread Igor Peshansky
Jim LaGrone wrote on 07/22/2009 11:22:52 AM: > I'm trying to use the following to read input from a text file > > > import x10.io.Console; > import x10.util.*; > import x10.io.*; > > public class Tester { >public static def main(args:Rail[String]) { > try

[X10-users] File read/write

2009-07-22 Thread Jim LaGrone
I'm trying to use the following to read input from a text file import x10.io.Console; import x10.util.*; import x10.io.*; public class Tester { public static def main(args:Rail[String]) { try { va