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

bool? function:

  • Can also be called as boolean?

return true if the argument is a boolean.

Examples:

  • running: (bool? false) will give: true

  • running: (bool? "false") will give: false