A file object for standard output
output
var fd = File.output fd.open("write"); fd.writeln("\n\ntesting\n\n");
Javascript
Category: Javascript