====== CAST() ====== //Since version 2.0// Syntax: cast() | cast!() | cast%() The ''CAST()'' function converts an expression of any type to the required type. If there is a possibility of precision loss or truncation, the compiler will display a warning.