<div>Hi:</div>
<div> </div>
<div>When I try to run the following code:</div>
<div> </div>
<div>array_iteration.swift:</div>
<div> </div>
<div> </div>
<div>type file {}</div>
<div>(file f) echo (string s) {<br>    app {<br>        echo s <a href="mailto:stdout=@filename(f">stdout=@filename(f</a>);<br>    }<br>}</div>
<div>(file fa[]) echo_batch (string sa[]) {<br>    foreach string s, i in sa {<br>        fa[i] = echo(s);<br>    }<br>}</div>
<div>string sa[] = ["hello","hi there","how are you"];<br>file fa[];<br>fa = echo_batch(sa);</div>
<div> </div>
<div>......</div>
<div> </div>
<div>I get the following error:</div>
<div> </div>
<div>            Could not compile SwiftScript source: line 10:13: expecting an identifier, found 'string'<br></div>
<div> </div>
<div>any idea on how to fix it?</div>
<div> </div>
<div> </div>
<div>Thanks,</div>
<div>Jamal</div>
<div> </div>
<div> </div>