The syntax is
$var = CONST +- CONST;
where CONST stands for a constant numerical value, e.g. you might write
CONST
$pi = 3.13 +- 0.02;
if you weren't too sure of the value of Pi.