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

+ function:

  • Can also be called as add

  • Can also be called as plus

If all the arguments are number, add them.

Examples:

  • running: (+ 1, 3) will give: 4

  • running: (+ 1, 10, -4.1, 0.1) will give: 7

  • running: (+ 1, 3, false) will return nothing