* 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