Skip to content
CD2 edited this page Feb 8, 2023 · 2 revisions

Enumerations and primitive data types can be cast to primitive data types other than bool. Signed integers, unsigned integers, and floating point numbers are automatically cast to the left type.

charc = (char)32;

Clone this wiki locally