Loops/Foreach: Difference between revisions

m
Line 968:
 
=={{header|Elena}}==
ELENA 45.10 :
<lang elena>import system'routines;
import extensions;
Line 974:
public program()
{
var things := new string[]::({"Apple", "Banana", "Coconut")};
things.forEach:(thing)
Anonymous user