start | all-pages
numbers
Number in *Konilo are signed, 32-bit integers. They are made by
using the # sigil.
For negative values, add a - after the # sigil.
Numbers are only supported in decimal (base 10), and any comma
or periods in a number are ignored.
Examples:
#100 #-50.25 #1,215
*BasicMath *NumberComparisons