Bundt Scripting Reference · Bundt Scripting Language version 1.0.1.0

Number data type

Numeric literals are expressed as a sequence of digits, optionally using decimal points and a minus sign.

Syntax

[-] IntegralPart[.DecimalPart]

Element Notes
IntegralPart Specifies the integral part of the number as a sequence of digits. No thousands separators may be used.
DecimalPart Specifies the decimal part of the number as a sequence of digits. No thousands separators may be used.

Examples

Intent Code
Compare a numeric expression to a literal write (7.75 + 25 / 3.5) > 20.5;

See Also

  • n/a

Contents distributed under a Creative Commons Attribution 4.0 International License · About · Terms of Use · Contact Us · last updated on 08 October 2020