summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-07-27 17:47:34 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-07-27 17:47:34 (GMT)
commit7230a01f1a111b84538bd81f7b7e83e5a969f686 (patch)
tree30733f5374e77162234af6cb15efd7f4d527c8bf /doc
parent667dae05c735e770364b2685525d7be5b5f398df (diff)
downloadmxe-7230a01f1a111b84538bd81f7b7e83e5a969f686.zip
mxe-7230a01f1a111b84538bd81f7b7e83e5a969f686.tar.gz
mxe-7230a01f1a111b84538bd81f7b7e83e5a969f686.tar.bz2
Update GMSL
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/gmsl.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gmsl.html b/doc/gmsl.html
index 540d51e..822717b 100644
--- a/doc/gmsl.html
+++ b/doc/gmsl.html
@@ -22,7 +22,7 @@ include the GMSL in your Makefile do<br>
you have the right version of <span style="font-family: monospace;">gmsl</span>
use the <span style="font-family: monospace;">gmsl_compatible</span>
function (see
-below). The current version is <span style="font-family: monospace;">1 1 5</span>.<br>
+below). The current version is <span style="font-family: monospace;">1 1 6</span>.<br>
<br>
The GMSL package also includes a test suite for GMSL.&nbsp; Just run <span style="font-family: monospace;">make -f gmsl-tests</span>.<br>
<h2>Logical Operators</h2>GMSL has boolean $(true) (a non-empty string)
@@ -491,7 +491,7 @@ Returns:&nbsp;&nbsp;&nbsp;The sequence [arg1 arg2] if arg1 >= arg2 or [arg2 arg1
<hr><b>dec2hex, dec2bin, dec2oct</b><br>
<br>
<span style="font-family: monospace;">Arguments: 1: An integer<br>
-Returns&nbsp;&nbsp;&nbsp;The decimal argument converted to hexadecimal, binary or<br>
+Returns:&nbsp;&nbsp;&nbsp;The decimal argument converted to hexadecimal, binary or octal<br>
</span>
<hr style="width: 100%; height: 2px;"><span style="font-family: monospace;"></span>
<h2>Associative Arrays</h2>