TDEF <name> // the <name> is the VOID type TDEF <name>:<type> // the <name> is the <type> type TDEFL <name> // the <name> is the LONG type TDEFUL <name> // the <name> is the ULONG type TDEFB <name> // the <name> is the BYTE type TDEFUB <name> // the <name> is the UBYTE type TDEFW <name> // the <name> is the WORD type TDEFUW <name> // the <name> is the UWORD type TDEFF <name> // the <name> is the FLOAT type TDEFD <name> // the <name> is the DOUBLE type
TDEF RP:PTR TO RastPort