class Main
{
public static Void main ()
Int[] collection := [1, 2, 3, 4, 5]
collection.each |Int item|
echo (item)
}