On Thu, Oct 22, 2009 at 01:44, Michael Van Canneyt
<mich...@freepascal.org> wrote:
> What about
>
>  function StepNext: Boolean; iterator 'movenext';
>  property TheCurrentValue: Integer; iterator 'current';

You beat me by two minutes ;-)

>  function StepNext: Boolean; iterator nextvalue;
>  property TheCurrentValue: Integer; iterator currentvalue;

I do not care much, but putting names in quotes may slightly simplify
parser, IMO.

-- 
Alexander S. Klenin
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to