SystemOutput
Method Signature
SystemOutput(obj=[any], addNewLine=[boolean], doErrorStream=[boolean])Arguments
Argument
Type
Required
Description
Default
Examples
Write a string to the output stream "Hello World"
systemOutput( "Hello World" );
Write an array to the output stream
Write a struct to the output stream
Related
Last updated
Was this helpful?
