diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-12-28 20:46:45 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-12-28 20:46:45 -0800 |
commit | 623c57e57c8757a005b863954f05e8b0f697221b (patch) | |
tree | e6c08d80f4858903fae9369771d99d4b268dc283 | |
parent | b800805b369a44bd5eb7bd51f02dd8c9dbbe009b (diff) | |
download | txr-623c57e57c8757a005b863954f05e8b0f697221b.tar.gz txr-623c57e57c8757a005b863954f05e8b0f697221b.tar.bz2 txr-623c57e57c8757a005b863954f05e8b0f697221b.zip |
quips: new one.
* share/txr/stdlib/quips.tl (sys:%quips%); New entry.
-rw-r--r-- | share/txr/stdlib/quips.tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/txr/stdlib/quips.tl b/share/txr/stdlib/quips.tl index 89b01b72..dd70dcfe 100644 --- a/share/txr/stdlib/quips.tl +++ b/share/txr/stdlib/quips.tl @@ -75,6 +75,7 @@ "Join TXR Rewards now, and get 15000 closing parentheses you can use anywhere." "TXR's car insurance now offers cdr coverage for bumper-to-bumper protection." "Please listen carefully to the following spec, as our Lisp has changed." + "If TXR were TV, it would require music by Mike Post and Peter Carpenter." )) (defparml sys:%quip-rand-state% (make-random-state)) |