[fpc-pascal] Metaware

memsom memsom at interalpha.co.uk
Tue Jun 19 16:05:23 CEST 2007


> 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





More information about the fpc-pascal mailing list