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

as_boolean function:

  • Can also be called as as_bool

return the Boolean if the argument is a Boolean, nothing if it's not.

Examples:

  • running: (as_boolean false) will give: false

  • running: (as_boolean true) will give: true

  • running: (as_boolean 312) will return nothing