Hello,
I recently upgraded to ubuntu 11.04. My Gambas is 2.21.
The eval function worked well on 10.10 and before.
Now Eval("1/2") gives good results (works with integers) but
Eval("1.2/2") gives a syntax error (it seems not working with floats).
Robi