picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit b4d63b2e58aca351901a208688f4fce20c93302e
parent 9581e378a6c8c3d7ec573ee52ee3fc9c83cefbd5
Author: Alexander Burger <abu@software-lab.de>
Date:   Fri, 13 May 2011 15:40:03 +0200

Minor doc change
Diffstat:
Mdoc/refH.html | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/refH.html b/doc/refH.html @@ -40,11 +40,11 @@ href="ref.html#dbase">Database</a></code>. <dt><code>(hax 'sym) -> num</code> <dd>Converts a number <code>num</code> to a string in hexadecimal/alpha notation, or a hexadecimal/alpha formatted string to a number. The digits are -represented with the characters <code>@</code> - <code>O</code> (from "alpha" to -"omega"). This format is used internally for the names of <code><a -href="ref.html#external-io">external symbols</a></code> in the 64-bit version. -See also <code><a href="refF.html#fmt64">fmt64</a></code>, <code><a -href="refH.html#hex">hex</a></code>, <code><a +represented with '<code>@</code>' (zero) and the letters '<code>A</code>' - +'<code>O</code>' (from "alpha" to "omega"). This format is used internally for +the names of <code><a href="ref.html#external-io">external symbols</a></code> in +the 64-bit version. See also <code><a href="refF.html#fmt64">fmt64</a></code>, +<code><a href="refH.html#hex">hex</a></code>, <code><a href="refB.html#bin">bin</a></code> and <code><a href="refO.html#oct">oct</a></code>.