diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-10-05 06:01:13 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-10-05 06:01:13 -0700 |
commit | 77f92bd8b4cb96ddae97b2cdec2427fd4c16c6ee (patch) | |
tree | 957cefe16924eb48acdd76b5ad80458aa135ecc3 /share | |
parent | 376fbf858f363f6645b3963b24bd7d3cabada262 (diff) | |
download | txr-77f92bd8b4cb96ddae97b2cdec2427fd4c16c6ee.tar.gz txr-77f92bd8b4cb96ddae97b2cdec2427fd4c16c6ee.tar.bz2 txr-77f92bd8b4cb96ddae97b2cdec2427fd4c16c6ee.zip |
quips: two new entries.
* share/txr/stdlib/quips.tl (sys:%quips%): Add two quips.
Diffstat (limited to 'share')
-rw-r--r-- | share/txr/stdlib/quips.tl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/txr/stdlib/quips.tl b/share/txr/stdlib/quips.tl index 7bca9bb8..fc6420cb 100644 --- a/share/txr/stdlib/quips.tl +++ b/share/txr/stdlib/quips.tl @@ -65,6 +65,8 @@ "Emergency exits are located in the standard library." "Your history may used for automatic recommendations, like 'stick to Python'." "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!" )) (defparml sys:%quip-rand-state% (make-random-state)) |