8 lines
98 B
Text
8 lines
98 B
Text
; a = expr
|
|
:a expr
|
|
; expr = a
|
|
~:expr a
|
|
; if cond expr
|
|
@if cond expr
|
|
; if expr cond
|
|
~@if expr cond
|