Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Constant Assignment operator is used only within CON blocks, to declare compile-time constants. For example,

Code Block
CON
  _xinfreq = 4096000
  WakeUp   = %00110000 

...

For run-time floating-point operations, the FloatMath and FloatString objects provide math functions compatible with single-precision numbers.

See FLOATROUNDTRUNC,  as as well as the FloatMath and FloatString objects for more information.