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

array? function:

  • Can also be called as list?

return true if the argument is an array.

Examples:

  • running: (array? [1, 2, 3, 4]) will give: true

  • running: (array? 312) will give: false