ajterr:10038

Binary and hexadecimal numbers cannot contain a decimal point (AJTERR10038)

Product(s) Karo.NET Compiler

A hexadecimal number or a binary number must not contain a decimal point.

0xFFF.A
//   ^ Decimal point in hexadecimal number is not valid
0b111.01
//   ^ Decimal point in binary number is not valid

Remove the decimal point or use base 10 notation if you want to create a `sl.types::float` class.

  • ajterr/10038.txt
  • Last modified: 2026-06-17 00:21
  • by 127.0.0.1