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 | 99a1ff71bc2a4f8a6048449836400221a22b6094 (patch) | |
tree | 94b0543b5b1154edfff7c56e0d2e20893a49b480 | |
parent | f283c37f4ead35b39f6cff2cf0156af95a8d4376 (diff) | |
download | txr-99a1ff71bc2a4f8a6048449836400221a22b6094.tar.gz txr-99a1ff71bc2a4f8a6048449836400221a22b6094.tar.bz2 txr-99a1ff71bc2a4f8a6048449836400221a22b6094.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)) |