Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Print

Prints a given message to stdout. This action is mostly used for debugging purposes.

Example:


		{
			type: "Print",
			"options": {
				"message": "Hello World!"
			}
		}
	

Options:

message

Message that should be printed

Type: string

Default: ""