Whiskers Documentation W DESC

&H Change base to HEX even in colon definitions. ( Immediate word ) &D Change base to DECIMAL even in colon definitions. ( Immediate word ) &B Change base to BINARY even in colon definitions. ( Immediate word ) Used as: BINARY 00010100 CONSTANT FWD DECIMAL &B 00010100 CONSTANT FWD &D &H AFFF CONSTANT END-MEMORY &D &D 10 CONSTANT MAX-HITS ................
................