diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-10-06 14:46:24 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-10-06 14:46:24 -0700 |
commit | 0cc39fc1209d8c4c56c69b5e0e7f4fc612b42911 (patch) | |
tree | 5c1dff56a92659651bc42a1bf82e24ca5cb1abb3 /share | |
parent | 2d4d37907eb060fc23cc4a9f8ebf6b577db3a18b (diff) | |
download | txr-0cc39fc1209d8c4c56c69b5e0e7f4fc612b42911.tar.gz txr-0cc39fc1209d8c4c56c69b5e0e7f4fc612b42911.tar.bz2 txr-0cc39fc1209d8c4c56c69b5e0e7f4fc612b42911.zip |
quips: four new entries.
* share/txr/stdlib/quips.tl (sys:%quips%): Add four quips.
Diffstat (limited to 'share')
-rw-r--r-- | share/txr/stdlib/quips.tl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/txr/stdlib/quips.tl b/share/txr/stdlib/quips.tl index fc6420cb..adee414a 100644 --- a/share/txr/stdlib/quips.tl +++ b/share/txr/stdlib/quips.tl @@ -67,6 +67,10 @@ "Without the generosity of users like you, this program would exist just fine." "TXR's no-spray organic production means every bug is carefully removed by hand." "Upgrade to TXR Pro for a one-time fee of learning Lisp!" + "When transferring between containers, do not siphon TXR by mouth." + "Use TXR only as directed. Unless you are intelligent, curious and creative." + "Reminder: your account balance of 37 closing parentheses is past due." + "Check with your physician before commencing any strenuous Lisp program." )) (defparml sys:%quip-rand-state% (make-random-state)) |