Floating-Point Types#
FLOAT -- 32-bit IEEE-754
REAL -- alias for FLOAT
DOUBLE -- 64-bit IEEE-754
Floating-point literals use dot notation (e.g., 3.14) and are typed according to context. Scientific notation is not supported in v0.1.