--- parser3/tests/093.html 2003/03/04 11:51:57 1.1 +++ parser3/tests/093.html 2003/03/04 11:51:57 1.1.2.1 @@ -0,0 +1,10 @@ +@main[] +^steppedfor[i](1;10;2){$i } + +@steppedfor[name;from;to;step;code] +$caller.$name($from) +^while($caller.$name<=$to){ + $code + ^caller.$name.inc($step) +} +