>>  <<  Ndx  Usr  Pri  Phr  Dic  Rel  Voc  !:  wd  Help  User

dll: utilities for calling DLLs

Name Type Description
AND verb bitwise AND (&)
bitwise adverb bitwise operations
cd verb call DLL procedure
cdcb verb callback address
cder verb error information
cderx verb GetLastError information
cdf verb free DLLs
fc verb float conversion
ic verb integer conversion
mema verb memory allocate
memf verb memory free
memr verb memory read
memw verb memory write
OR verb bitwise OR (|)
XOR verb bitwise XOR (^)

bitwise

bitwise operations
(monadic and dyadic)
e.g.  7  =  1 OR 2 OR 4
         =  OR 1 2 4

ic

integer conversion
conversions
e.g.
   25185 25699  =  _1 ic 'abcd'
   'abcd'  =  1 ic _1 ic 'abcd'
   1684234849 1751606885  = _2 ic 'abcdefgh'
   'abcdefgh'  =  2 ic _2 ic 'abcdefgh'


>>  <<  Ndx  Usr  Pri  Phr  Dic  Rel  Voc  !:  wd  Help  User