The compiler currently doesn't have special float literals for the values `NaN`, `Inf` and `-Inf`. `DATAF_NAN` is currently defined as `0x7FC00000` but this will cause an error when type checking is implemented.
The compiler currently doesn't have special float literals for the values
NaN,Infand-Inf.DATAF_NANis currently defined as0x7FC00000but this will cause an error when type checking is implemented.