Hi List,

came across these macros in pico.h:

#define isSym(x)        (num(x)&WORD)
#define isSymb(x)       ((num(x)&(WORD+2))==WORD)

what is the intent of isSymb()? as compared to isSym()?

yes, still on that long path of understanding the C implementation.
:). this is still minipicolisp by the way.

cheers

/e
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to