Differences From Artifact [bf69f21f48]:
- File www/th1.md — part of check-in [901427f5cd] at 2015-05-08 15:31:45 on branch trunk — Improvements to the build and TH1 scripting docs. (user: mistachkin size: 18167) [more...]
To Artifact [d8c31c03e6]:
- File www/th1.md — part of check-in [eabd7290fb] at 2015-05-27 03:58:20 on branch lsearchCmd — Add minimal 'lsearch' command to TH1. Only exact case-sensitive matching is supported. (user: mistachkin size: 18192) [more...]
| ︙ | |||
94 95 96 97 98 99 100 101 102 103 104 105 106 107 | 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | + | * if EXPR SCRIPT (elseif EXPR SCRIPT)* ?else SCRIPT? * info commands * info exists VARNAME * info vars * lindex LIST INDEX * list ARG ... * llength LIST * lsearch LIST STRING * proc NAME ARG-LIST BODY-SCRIPT * rename OLD NEW * return ?-code CODE? ?VALUE? * set VARNAME VALUE * string compare STR1 STR2 * string first NEEDLE HAYSTACK ?START-INDEX? * string is CLASS STRING |
| ︙ |