2016-02-18 14:53:30 +01:00

8 lines
106 B
Plaintext
Executable File

#contributor: Xah Lee (XahLee.org)
#name: cond
#key: cond
# --
(cond
(CONDITION$0 BODY)
(CONDITION BODY)
)