8 lines
No EOL
109 B
Text
Executable file
8 lines
No EOL
109 B
Text
Executable file
# contributor: Xah Lee (XahLee.org)
|
|
# name: cond
|
|
# key: cond
|
|
# --
|
|
(cond
|
|
(CONDITION$0 BODY)
|
|
(CONDITION BODY)
|
|
) |