Reads upto a newline into a buffer
readln()
var fd = new File("/tmp/blah"); var buff = fd.readln();
Javascript
Category: Javascript