This repository has been archived on 2024-03-07. You can view files and clone it, but cannot push or open issues/pull-requests.
zarn/examples/block.zn

20 lines
157 B
Plaintext

($ a 2)
(assert= 2 a)
(:
($ a 9)
(assert= 9 a)
(:
($ a 42)
(assert= 42 a)
)
(assert= 9 a)
)
(assert= 2 a)
(:($ b 43))
(assert-fail b)