From OpenSCADAWiki
Revision as of 09:25, 1 April 2023 by FuzzyBot (Talk | contribs) (Importing a new version from external source)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • Logical type, functions:
    • bool isEVal(); bool isNaN( ); — checks the value to null-EVAL.
    • string toString(); — performs the value as the string "true" or "false".
  • real toReal(); — reads this Boolean as a real number.
  • int toInt(); — reads this Boolean as an integer number.