3 lines
102 B
Text
3 lines
102 B
Text
<COND (<==? .X 1> <PRINC "one">)
|
|
(<==? .X 2> <PRINC "two">)
|
|
(T <PRINC "something else">)>
|