diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2024-09-03 11:16:51 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2024-09-03 11:16:51 -0700 |
commit | b74b87a879ed51314f08d4b2314b543102e0b7f3 (patch) | |
tree | 94b0543b5b1154edfff7c56e0d2e20893a49b480 | |
parent | 56c8d95c44e200fb2709f6804247157a20335f98 (diff) | |
download | txr-b74b87a879ed51314f08d4b2314b543102e0b7f3.tar.gz txr-b74b87a879ed51314f08d4b2314b543102e0b7f3.tar.bz2 txr-b74b87a879ed51314f08d4b2314b543102e0b7f3.zip |
quips: new one.
* stdlib/quips.tl (%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 7253fdff..544d01a9 100644 --- a/stdlib/quips.tl +++ b/stdlib/quips.tl @@ -115,6 +115,7 @@ "Where were you last night? I found strings from another language on your shirt!" "Evidence of amphoric Lisp macros was recently found in ancient clay jars." "Remember, the car function does not make a copy. Thus, caring is sharing." + "This function call may be monitored for debugging and profiling purposes." )) (defparml sys:%quip-rand-state% (make-random-state)) |