Note
purpose is to enable intermediate code generation for time-consuming framework development
- Let
- Numeral
- Boolean
- String
- Functions
- Returns
- Prefix expressions
- Infix expressions
- If Expression
if { } else { }
NOTE: Both and being
- Function Expression
fn (, ...)
- Call Expression
()
- For Expression
for
- Range Expression
for range
- Match Expression
match { OK: ERROR: }