1 2 3 4 5 6
print("Hello World!"); # Comment for greeting in ["Hello", "Hola", "你好"] { print(greeting + " World!"); }