Computing | Picolisp | ASM | Pil Tutorials |

box

: (box 'any) -> sym 
Creates and returns a new anonymous symbol. The initial value is set to the any argument.
: (show (box '(A B C)))
$134425627 (A B C)
-> $134425627
see new

http:///wiki/?plbox

28aug21   admin
Revision History