summaryrefslogtreecommitdiffstats
path: root/stdlib/doc-syms.tl
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-12-07 06:45:05 -0800
committerKaz Kylheku <kaz@kylheku.com>2021-12-07 06:45:05 -0800
commit078819a0ae62eaa981a271e127ecbcf2ce0a435f (patch)
tree1b87721616ab2868628bed3721e69b8e2df40477 /stdlib/doc-syms.tl
parent4534279ab8e0739c8d1b5eab9bdc00b829724e0f (diff)
downloadtxr-078819a0ae62eaa981a271e127ecbcf2ce0a435f.tar.gz
txr-078819a0ae62eaa981a271e127ecbcf2ce0a435f.tar.bz2
txr-078819a0ae62eaa981a271e127ecbcf2ce0a435f.zip
rot, nrot: new functions.
* eval.c (eval_init): nrot, rot intrinsics registered. * lib.c (nrot, rot): New functions. * lib.h (nrot, rot): Declared. * tests/012/seq.tl: New test cases. * txr.1: Documented. * stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'stdlib/doc-syms.tl')
-rw-r--r--stdlib/doc-syms.tl2
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl
index 041314fd..654a3610 100644
--- a/stdlib/doc-syms.tl
+++ b/stdlib/doc-syms.tl
@@ -1322,6 +1322,7 @@
("nr" "N-03A7AE6D")
("nreconc" "N-012FF2DC")
("nreverse" "N-03D8471B")
+ ("nrot" "N-025DB962")
("nshuffle" "N-01F12561")
("nsort" "N-01FE5176")
("nth" "N-0039F3FB")
@@ -1627,6 +1628,7 @@
("rng" "N-00BEA6DF")
("rng+" "N-00BEA6DF")
("rng-" "N-00BEA6DF")
+ ("rot" "N-025DB962")
("rotate" "N-0166291D")
("round" "D-0002")
("round-rem" "N-02DE978F")