ghkweon / dwscript

Automatically exported from code.google.com/p/dwscript
0 stars 0 forks source link

Access violation #351

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Code:

var s := '';
for var c in s do;

Output:

Syntax Error: Access violation at address 0054EDE5 in module 'test.exe'. Read 
of address 00000004

Original issue reported on code.google.com by kazantse...@mail.ru on 13 Mar 2013 at 1:38

GoogleCodeExporter commented 8 years ago
Support for "for var x in string" added

Original comment by zar...@gmail.com on 13 Mar 2013 at 2:38