[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.3.2 Expressions

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.



This document was generated on October, 28 2005 using texi2html