PickBASIC / FlashBASIC
Numeric expressions
.mdA numeric expression is any expression that evaluates to a number.
Example(s)
If x contains a numeric expression, y is also a valid
numeric expression.
x = 1 x = '1' y = x:'0'
See also
* arithmetic operator→*= assignment operator→+ arithmetic operator→+= assignment operator→- arithmetic operator→-= assignment operator→/ arithmetic operator→/= assignment operator→abs() function→Array references→char() function→cos() function→Expression→field() function→index() function→int() function→le relational operator→ln() function→locate statement→lt relational operator→occurs() function→out statement→page statement→rnd() function→sin() function→space() function→sqrt() function→Statements and functions→str() function→tan() function→= assignment operator→