diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-07-28 22:35:53 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-07-28 22:35:53 -0700 |
commit | ed115c18a07c85a8b1de0666157c908290cc38c7 (patch) | |
tree | 5c0163cde0279cf0e376b1cdac9d4e678387c54e | |
parent | ac2b1f7f6d752a9528b2c9837e61c9761bf2df88 (diff) | |
download | txr-ed115c18a07c85a8b1de0666157c908290cc38c7.tar.gz txr-ed115c18a07c85a8b1de0666157c908290cc38c7.tar.bz2 txr-ed115c18a07c85a8b1de0666157c908290cc38c7.zip |
quips: new one.
* stdlib/quips.tl (sys:%quips%): New entry.
-rw-r--r-- | stdlib/quips.tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/quips.tl b/stdlib/quips.tl index 4b787209..630d9e0c 100644 --- a/stdlib/quips.tl +++ b/stdlib/quips.tl @@ -83,6 +83,7 @@ "This area is under 24 hour TTY surveillance." "Imitation is the benignest form of forgery." "This could be the year of the TXR desktop; I can feel it!" + "TXR's suggested retail price is $0. (More in Canada.)" )) (defparml sys:%quip-rand-state% (make-random-state)) |