> In J7 the hfd verb is incorporated into the stdlib.ijs script (loaded
> automatically) and is defined as:
> hfd=: '0123456789abcdef' {~ 16 #.^:_1 ]

The choice of name is unfortunate, otherwise we can have
hfd=: '0123456789abcdef' {~ 16 #.^:_1 ]
and 
Hfd=: '0123456789ABCDEF' {~ 16 #.^:_1 ]


-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to