types | |
void , sbyte , ubyte , byte , string , string2 , wstring , bstring , gstr_ , bstr , bstring2 , char , wchar , cstr_ , asciiz , zstring , zstring2 , asciiz2 , short , wide , long , int , integer , float , single , double , extended , quad , word , dword , ulong , uint , qword , any , sys , boolean , bool , | |
USE: |
to specify the types of variables and create them
|
EXAMPLE: |
int x dim as int x dim x as int var int x |