.. Define .. include:: /includes/standard.rst ================ Define ================ The define keyword allows you to assign new names to words. You can use the define keyword on nearly any word. Examples:: (define rsVIEW $80) // replaces any occurance of rsVIEW with $80 at compile time (define PIC_OPEN_FROM_RIGHT 2)