On Aug 25, 2005, at 1:28 PM, J. Landman Gay wrote: > on test > put "abc" into myString > add 1 to mystring -- error condition > get doSomething(myString) > end test Someone has to say it -- this is where static typing would come in handy... That or a smarter compiler that can see the (somewhat obvious) problem with this code.