The [file_stdout] method takes no parameters and returns a [file] object that can interact with the standard out I/O stream.
var(out) = file_stdout
[stdout(p0::string)]
methodBelow is the code for the [stdout] method. It takes one parameter and outputs it to the standard out I/O stream.
Code
define stdout(s::string) => {
file_stdout->writeBytes(#s->asBytes)
}
stdout('Rumbling Rhino!')
Result
Rumbling Rhino!
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments