Data types

Top  Previous  Next

Sprut4 supports integer and floating point numerical types, character strings, and user defined complex types.

 

Integer type represents a signed 32-bit integer number from -2147483648 to 2147483647.

 

Float type represents a floating point real number . Value range from 5.0E-324 to 1.7E+308. Significant digits 15-16. Size in bytes - 8 bytes.

 

String type represents a sequence of characters.