| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Expressions in Bunao look very much like they do in most other programming languages. They are simply variable identifiers mixed with constant integers and mathetmatical operators. Whitespace doesn't matter.
Examples of valid expression:
3 i mass*accel gnp(pakistan)/pop(pakistan)) i+3*17/(6+a(9)-q(r(s(v+11)))) 17 % m |
See below, Operators, for full list of valid Bunao expression operators.