> Nope. It's that what Mark thinks, and more like (Python's) generator
> thingie (link posted by Luca):

Riiiight.. like:


insert into blah (test) values(1);
insert into blah (test) values(2);
insert into blah (test) values(3);
insert into blah (test) values(4);

create procedure test()
returns(res integer)
begin
  for select test from blah
  into :res do
  begin
    suspend;
  end
end


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to