eclipse-archived / golo-lang

Golo - a lightweight dynamic language for the JVM.
http://golo-lang.org/
Eclipse Public License 2.0
476 stars 91 forks source link

reading line from file and converting to tuple #535

Closed efrat498 closed 5 years ago

jponge commented 5 years ago

You can use IO.fileToText("file", "UTF8") then do a standard Java String::split to get an array.