import system'routines; import extensions; public program() { var things := new string[]::("Apple", "Banana", "Coconut"); things.forEach:(thing) { console.printLine:thing } }