summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lisp-on-tex/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/lisp-on-tex/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/lisp-on-tex/README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/lisp-on-tex/README.md b/Master/texmf-dist/doc/latex/lisp-on-tex/README.md
index 045f98aaed0..69dab9b1110 100644
--- a/Master/texmf-dist/doc/latex/lisp-on-tex/README.md
+++ b/Master/texmf-dist/doc/latex/lisp-on-tex/README.md
@@ -190,6 +190,13 @@ shows that LISP on TeX uses Mark-Sweep GC and the heap size is 5000.
(\intTOstring :42) % '42'
```
+`\stringTOint` : Convert a string to integer
+******************************************************
+
+```
+(\stringTOint '42') % :42
+```
+
`\group` : Grouping.
*******************************
@@ -557,6 +564,11 @@ of l3regex. Load it by `\usepackage`:
## CHANGELOG ##
+Dec. 18, 2024 : 2.1
+*************************
+
+* Add \stringTOint function, thanks for @homologic
+
Oct. 25, 2015 : 2.0
*************************
@@ -594,4 +606,4 @@ Modified BSD (see LICENCE)
************************************************
HAKUTA Shizuya <hak7a3@live.jp>
-https://bitbucket.org/hak7a3/lisp-on-tex/
+https://github.com/hak7a3/lisp-on-tex