[Pas2js] for .. in loop

Ryan Joseph ryan at thealchemistguild.com
Sat May 19 03:22:35 CEST 2018



> On May 18, 2018, at 11:31 PM, Michael Van Canneyt <michael at freepascal.org> wrote:
> 
> Normally you already can.

Then you original example would be good enough probably but that doesn’t work either right now. I guess I’ll just assume this is a work in progress and leave the bug report up then?

var
 o: TJSArray;
 JS: JSVAlue;
begin
 for JS in o do writeln(JS);
end.

Regards,
	Ryan Joseph



More information about the Pas2js mailing list