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

"abs" function:

  • Can also be called as nas_abs

If the argument is number as string, return it's absolute value as string.

Examples:

  • running: ("abs" "100") will give: "100"

  • running: ("abs" "-100") will give: "100"

  • running: ("abs" "100e500") will give: "1e+502"

  • running: ("abs" 0) will return nothing

  • running: ("abs" "test") will return nothing