Note: On Windows XP/Vista, the help file needs to be unblocked to work.
Right click on the file, choose properties, and then and choose Unblock on the General tab.

Known bugs:
------------
defining a value in terms of another define will cause a crash at compile time.
e.g.
(define TRUE 1)
(define SOMETHINGELSE TRUE)
found by: Nychold
