Define

The define keyword allows you to assign new names to words. You can use the define keyword on nealy any word.

Examples of the define keyword
(define rsVIEW $80) // replaces any occurance of rsVIEW with $80 at compile time
(define PIC_OPEN_FROM_RIGHT 2)