Jump to content

Loops/Foreach: Difference between revisions

Updated Haxe example
(Updated Haxe example)
Line 836:
 
=={{header|Haxe}}==
<lang haxe>for(ivar ina = [1...10), 2, 3, Sys.println(i)4];</lang>
 
for(i in a)
Sys.println(i);</lang>
 
=={{header|HicEst}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.