web/contents/lib.html
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<article>
<h2>Standard Library</h2>
<p>hex comes with a standard library providing common functionality implemented in hex itself.</p>
<p>At present, it only comprises <a href="https://github.com/h3rald/hex/blob/master/lib/utils.hex"
target="_blank">utils.hex</a>, a collection of common utility symbols, which is distributed
in <code>.hbx</code> format along with the hex executable.
To pre-load this file, you can start hex like this:</p>
<pre><code>hex -l utils.hbx</code></pre>
</p>
@@@lib/utils.html@@@
</article>
|