- </span></dt><dt><span class="refentrytitle"><a href="clock.html">clock</a></span><span class="refpurpose"> — Provides time utilities</span></dt><dt><span class="refentrytitle"><a href="continue.html">continue</a></span><span class="refpurpose"> — Skip to next cycle of a loop</span></dt><dt><span class="refentrytitle"><a href="copy.html">copy</a></span><span class="refpurpose"> — Copy a Hecl value.</span></dt><dt><span class="refentrytitle"><a href="double.html">double</a></span><span class="refpurpose"> — Cast as a double</span></dt><dt><span class="refentrytitle"><a href="eq.html">eq</a></span><span class="refpurpose"> — Tests string equivalence.</span></dt><dt><span class="refentrytitle"><a href="eval.html">eval</a></span><span class="refpurpose"> — Evaluate Hecl code.</span></dt><dt><span class="refentrytitle"><a href="exit.html">exit</a></span><span class="refpurpose"> — Exit the current process</span></dt><dt><span class="refentrytitle"><a href="false.html">false</a></span><span class="refpurpose"> — Return false</span></dt><dt><span class="refentrytitle"><a href="filter.html">filter</a></span><span class="refpurpose"> — Filter a list.</span></dt><dt><span class="refentrytitle"><a href="float.html">float</a></span><span class="refpurpose"> — Cast as a float</span></dt><dt><span class="refentrytitle"><a href="for.html">for</a></span><span class="refpurpose"> — For loop.</span></dt><dt><span class="refentrytitle"><a href="foreach.html">foreach</a></span><span class="refpurpose"> — Iterate over elements in a list.</span></dt><dt><span class="refentrytitle"><a href="global.html">global</a></span><span class="refpurpose"> — Use global variable from within a proc.</span></dt><dt><span class="refentrytitle"><a href="hasclass.html">hasclass</a></span><span class="refpurpose"> — An interface to <code class="methodname">Class.forName</code></span></dt><dt><span class="refentrytitle"><a href="hash.html">hash</a></span><span class="refpurpose"> — Create and manipulate hash tables.</span></dt><dt><span class="refentrytitle"><a href="if.html">if</a></span><span class="refpurpose"> — Conditionally execute code.</span></dt><dt><span class="refentrytitle"><a href="incr.html">incr</a></span><span class="refpurpose"> — Increment a variable.</span></dt><dt><span class="refentrytitle"><a href="intro.html">intro</a></span><span class="refpurpose"> — Introspection command.</span></dt><dt><span class="refentrytitle"><a href="join.html">join</a></span><span class="refpurpose"> — Join elements of a list to create a string.</span></dt><dt><span class="refentrytitle"><a href="lappend.html">lappend</a></span><span class="refpurpose"> — Append an element to a list.</span></dt><dt><span class="refentrytitle"><a href="lindex.html">lindex</a></span><span class="refpurpose"> — Return the Nth element of a list</span></dt><dt><span class="refentrytitle"><a href="list.html">list</a></span><span class="refpurpose"> — Create a list</span></dt><dt><span class="refentrytitle"><a href="llen.html">llen</a></span><span class="refpurpose"> — List length.</span></dt><dt><span class="refentrytitle"><a href="lrange.html">lrange</a></span><span class="refpurpose"> — Get range of elements from a list.</span></dt><dt><span class="refentrytitle"><a href="lset.html">lset</a></span><span class="refpurpose"> — Set list elements.</span></dt><dt><span class="refentrytitle"><a href="ne.html">ne</a></span><span class="refpurpose"> — String "not equal".</span></dt><dt><span class="refentrytitle"><a href="not.html">not</a></span><span class="refpurpose"> — Logical not</span></dt><dt><span class="refentrytitle"><a href="or.html">or</a></span><span class="refpurpose"> — Logical or</span></dt><dt><span class="refentrytitle"><a href="proc.html">proc</a></span><span class="refpurpose"> — Create a new procedure.</span></dt><dt><span class="refentrytitle"><a href="puts.html">puts</a></span><span class="refpurpose"> — Print text.</span></dt><dt><span class="refentrytitle"><a href="rename.html">rename</a></span><span class="refpurpose"> — Rename a command</span></dt><dt><span class="refentrytitle"><a href="return.html">return</a></span><span class="refpurpose"> — Returns a value from a procedure.</span></dt><dt><span class="refentrytitle"><a href="search.html">search</a></span><span class="refpurpose"> — Find the first instance of something in a list.</span></dt><dt><span class="refentrytitle"><a href="set.html">set</a></span><span class="refpurpose"> — Set a variable.</span></dt><dt><span class="refentrytitle"><a href="sort.html">sort</a></span><span class="refpurpose"> — Sorts list alphabetically.</span></dt><dt><span class="refentrytitle"><a href="split.html">split</a></span><span class="refpurpose"> — Split a string into a list.</span></dt><dt><span class="refentrytitle"><a href="strbytelen.html">strbytelen</a></span><span class="refpurpose"> — Return the length of the string, in bytes.</span></dt><dt><span class="refentrytitle"><a href="strcmp.html">strcmp</a></span><span class="refpurpose"> — Compare two strings, return 0 if equal.</span></dt><dt><span class="refentrytitle"><a href="strfind.html">strfind</a></span><span class="refpurpose"> — Find one string in another.</span></dt><dt><span class="refentrytitle"><a href="strindex.html">strindex</a></span><span class="refpurpose"> — Return the index'th character of string.</span></dt><dt><span class="refentrytitle"><a href="strlast.html">strlast</a></span><span class="refpurpose"> — Get the last occurance of one string within
0 commit comments