New parsing possibilities

Mark Wieder mwieder at ahsoftware.net
Tue Mar 12 11:52:19 EDT 2013


Craig-

Tuesday, March 12, 2013, 6:59:24 AM, you wrote:

> put 2*2,3*3=4,9  -- returns "true", or
> put 2*2,3*3 --yields "4,9".

And as Mark pointed out there, it's not entirely the stringification
of the lValues and rValues that I assumed, since evaluation of the
math operators does take place before the equivalence statement.

put 2*2,3*3=2*2,9 --> true

-- 
-Mark Wieder
 mwieder at ahsoftware.net





More information about the use-livecode mailing list