You are here: start » ppl » statements » let

LET var:multitype = EXP

LET var:multitype = EXP

Evaluate expression “EXP”, convert and assign to “VAR”
NOTE:
LET is the only optional keyword. If no keyword is found, LET is assumed. There are certain circumstances where it may be required, such as assignment to a variable named the same as a statement. PRINT, for example, would require a line such as LET PRINT = TRUE instead of just PRINT = TRUE)

ppl/statements/let.txt · Last modified: 2019/04/16 14:00
CC Attribution 4.0 International Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International