local a = "Hello\nmy name is\nSomeone\n"for i in string.gmatch(a, ".*\n") do print(i)end
Standard input is empty
Hello my name is Someone
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!