Function write from io
Brief description
write(string:String):void
Writes an unformatted string message to the output stream More ...
Function information
| Name: | write |
| Base: | |
| Group: | Built-in plugins:Console I/O |
| Icon: | printer.png |
| Color: | black |
| Authors: | |
| Copyright: |
Detailed description
Writes an unformatted string message to the output stream. The message is prepended to the computation result of the whole executed command.
Input parameters
-
string:
String
- Formatted string to print
Return values
-
Default return value:
void
