[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The syntax is
$var = CONST +- CONST; |
where CONST
stands for a constant numerical value, e.g. you might write
$pi = 3.13 +- 0.02; |
if you weren't too sure of the value of Pi.