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_string function:

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

Examples:

  • running: (as_string "text") will give: "text"

  • running: (as_string 312) will return nothing