[fpc-devel] Testing for..in feature

Alexander Klenin klenin at gmail.com
Tue Nov 3 22:54:10 CET 2009


I have started testing the new for..in code.
The very first test I tried found a bug ;-)
---
const S = 'abc';
var ch: Char;
begin
  for ch in S do Writeln(ch);
end.
---

-- 
Alexander S. Klenin



More information about the fpc-devel mailing list