| **Navigation:**  [[introduction.htm|Language Reference]] > 3 - Variable Declarations > Data Types >====== Data Types ====== | [[variable declarations.htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[byte one byte unsigned integer .htm|{{btn_next_n.gif|Next page}}]] | | || [[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)]]