let items = ["Hello", "Goodbye"] export func main() { for item in items { println(item) } }