| **Navigation:**  [[introduction.htm|Language Reference]] > 3 - Variable Declarations >====== Variable Declarations ====== | [[size memory size in bytes .htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[simple data types.htm|{{btn_next_n.gif|Next page}}]] | | || [[simple data types.htm|Simple Data Types]] [[byte one byte unsigned integer .htm|BYTE (one-byte unsigned integer)]] [[short two byte signed integer .htm|SHORT (two-byte signed integer)]] [[ushort two byte unsigned integer .htm|USHORT (two-byte unsigned integer)]] [[long four byte signed integer .htm|LONG (four-byte signed integer)]] [[ulong four byte unsigned integer .htm|ULONG (four-byte unsigned integer)]] [[signed 16 32 bit signed integer .htm|SIGNED (16/32-bit signed integer)]] [[unsigned 16 32 bit unsigned integer .htm|UNSIGNED (16/32-bit unsigned integer)]] [[sreal four byte signed floating point .htm|SREAL (four-byte signed floating point)]] [[real eight byte signed floating point .htm|REAL (eight-byte signed floating point)]] [[bfloat4 four byte signed floating point .htm|BFLOAT4 (four-byte signed floating point)]] [[bfloat8 eight byte signed floating point .htm|BFLOAT8 (eight-byte signed floating point)]] [[decimal signed packed decimal .htm|DECIMAL (signed packed decimal)]] [[pdecimal signed packed decimal .htm|PDECIMAL (signed packed decimal)]] [[string fixed length string .htm|STRING (fixed-length string)]] [[astring atomic string .htm|ASTRING (atomic string)]] [[cstring fixed length null terminated string .htm|CSTRING (fixed-length null terminated string)]] [[pstring embedded length byte string .htm|PSTRING (embedded length-byte string)]] [[implicit string arrays and string slicing.htm|Implicit String Arrays and String Slicing]] [[date four byte date .htm|DATE (four-byte date)]] [[time four byte time .htm|TIME (four-byte time)]] [[special data types.htm|Special Data Types]] [[any any simple data type .htm|ANY (any simple data type)]] [[like inherited data type .htm|LIKE (inherited data type)]] [[implicit variables.htm|Implicit Variables]] [[reference variables.htm|Reference Variables]] [[data declarations and memory allocation.htm|Data Declarations and Memory Allocation]] [[global local static and dynamic.htm|Global, Local, Static, and Dynamic]] [[data declaration sections.htm|Data Declaration Sections]] [[new allocate heap memory .htm|NEW (allocate heap memory)]] [[dispose de allocate heap memory .htm|DISPOSE (de-allocate heap memory)]] [[picture tokens.htm|Picture Tokens]] [[numeric and currency pictures.htm|Numeric and Currency Pictures]] [[scientific notation pictures.htm|Scientific Notation Pictures]] [[string pictures.htm|String Pictures]] [[date pictures.htm|Date Pictures]] [[time pictures.htm|Time Pictures]] [[pattern pictures.htm|Pattern Pictures]] [[key in template pictures.htm|Key-in Template Pictures]]