Compiler Object Types
#PB_Byte |
#PB_Word |
#PB_Long |
#PB_String |
#PB_Structure |
#PB_Float |
#PB_Character |
#PB_Double |
#PB_Quad |
#PB_List |
#PB_Array |
#PB_Integer |
#PB_Map |
#PB_Ascii |
#PB_Unicode |
#PB_Interface |
These are the types that are returned from the compiler function TypeOf
Comments
Related