The "Unknown:"s below indicate that an entry is incomplete.
do ... end(1) | block (grouping statements, especially when statements are not expressions) |
/* ... */ | commenting (non nestable) |
case-insensitive | tokens (case-sensitivity (keywords, variable identifiers...)) |
[a-zA-Z][a-zA-Z0-9]* | tokens (variable identifier regexp) |
select (val); when (v1) statement1; when (v2, v3) statement23; otherwise statement_else; end; | multiple selection (switch) |
; | sequence |
|| | string concatenation |
~ | logical not |
^ | logical not |
** | exponentiation (power) |