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 times

  • Can also be called as multiple

If all the arguments are number, multiply them.

Examples:

  • running: (* 2, 3) will give: 6

  • running: (* 2, 15, 0.1) will give: 3

  • running: (* 2, true) will return nothing