PRINT writes messages into the system log.
| Argument | Type | Default value | Description | 
| message | Value, repeated | Print message. | 
Returns None
WAIT
SourceWAIT pauses the execution for a given period.
| Argument | Type | Default value | Description | 
| timeout | IntFloat | Number value which indicates for how long to stop an execution. | 
Returns None