utility.print( text )
Description
Outputs given text to console.
Arguments
| Argument | Type | Description |
|---|---|---|
| text | string | text to output to console |
Example
Notes
To automatically append newlines use utility.println
Outputs given text to console.
| Argument | Type | Description |
|---|---|---|
| text | string | text to output to console |
To automatically append newlines use utility.println