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 | b53ccbbb41742b9a0a69cdecd5a8cf8167647fe1 (patch) | |
tree | 5c1dff56a92659651bc42a1bf82e24ca5cb1abb3 | |
parent | 95602a04c59e3467d3cf59bf97038c22fe69cade (diff) | |
download | txr-b53ccbbb41742b9a0a69cdecd5a8cf8167647fe1.tar.gz txr-b53ccbbb41742b9a0a69cdecd5a8cf8167647fe1.tar.bz2 txr-b53ccbbb41742b9a0a69cdecd5a8cf8167647fe1.zip |
quips: four new entries.
* share/txr/stdlib/quips.tl (sys:%quips%): Add four quips.
-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)) |