Add "const" function, which is the inverse of "nonconst"

This commit is contained in:
Dianne Skoll
2025-05-23 08:47:12 -04:00
parent 1df8b12e71
commit 0ec43d570c
5 changed files with 15 additions and 3 deletions

View File

@@ -164,7 +164,7 @@
(defconst remind-builtin-functions
(sort
(list "_" "abs" "access" "adawn" "adusk" "ampm" "ansicolor" "args" "asc"
"baseyr" "catch" "catcherr" "char" "choose" "coerce" "columns" "current" "date"
"baseyr" "catch" "catcherr" "char" "choose" "coerce" "columns" "const" "current" "date"
"datepart" "datetime" "dawn" "day" "daysinmon" "defined" "dosubst"
"dusk" "easterdate" "escape" "eval" "evaltrig" "filedate" "filedatetime"
"filedir" "filename" "getenv" "hebdate" "hebday" "hebmon" "hebyear"