Let

class Let

A Let is a way of defining a string of characters as a variable for reuse on later lines.

Arguments

  • [var]: a string with any number of spaces, commas, =equal signs, etc. The variable name must be enclosed in square brackets, []. The value of the variable is then given after the equal sign and can contain any number of possible delimitors.