Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
<COND (<==? .X 1> <PRINC "one">)
|
||||
(<==? .X 2> <PRINC "two">)
|
||||
(T <PRINC "something else">)>
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
;"Negate X if its value is less than 0"
|
||||
<AND <L? .X 0> <SET X <- .X>>>
|
||||
|
||||
;"Print a message unless the quiet flag is set"
|
||||
<OR .QUIET? <PRINC "Finished">>
|
||||
Loading…
Add table
Add a link
Reference in a new issue