Update of bug #14969 (project wesnoth):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

You are mistaken, your "+" is not the arithmetic operator, it is the
concatenation operator. In other words, what you have typed is
value="$(15"+"30)" which gives 1530. So this works as expected.

If you want to avoid this issue, always enclose your formulas inside quotes:
e.g. value="$(15+30)", so that the engine is not mistaken about the meaning
of formulas.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?14969>

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to