Max
Steps
Lang:
compiler is white-space depended. every term must be seperated with white spaces
- x=12
- x= 12
- x = 12
- x = (12+1)*2
- x = (12 + 1) * 2
- x = ( 12 + 1 ) * 2
- failed math evaluations will most likely to become strings
- specified variable name (eg. "x") will evaluate itself to its value whenever possible
-
is = bye bye
ECHO hello my name is james
> hello my name bye bye james
(CTRL + Space) for code suggestion