ajterr:10038

This is an old revision of the document!


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.1756480597.txt.gz
  • Last modified: 2026-06-17 00:19
  • (external edit)