require('Gelo') list = [[ Rachel Joey Ross Chandler Monica Phoebe ]] p = GStrListParser:new() p:loadfromstr(list) while p:parsing() do print(p.current) end p:release();