Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
let [2019/05/07 18:58] – created neilslet [2019/05/07 18:59] neils
Line 5: Line 5:
   [let] <any variable> = <any expression>   [let] <any variable> = <any expression>
  
-The ''LET'' command assigns the value of an expression to a variable. If the variable does not exist, the compiler will create it-+The ''LET'' command assigns the value of an expression to a variable. If the variable does not exist, the compiler will create it.
  
 Examples: Examples: