| 1384 | } |
| 1385 | |
| 1386 | void scenario::handle_arithmetic(CAction *tmpAction, const char *what) |
| 1387 | { |
| 1388 | tmpAction->setVarId(xp_get_var("assign_to", what)); |
| 1389 | handle_rhs(tmpAction, what); |
| 1390 | } |
| 1391 | |
| 1392 | void scenario::parseAction(CActions *actions) |
| 1393 | { |