RosettaCodeData/Task/Inverted-syntax/Wortel/inverted-syntax.wortel

9 lines
98 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
; a = expr
:a expr
; expr = a
~:expr a
; if cond expr
@if cond expr
; if expr cond
~@if expr cond