# Pastebin m3aj2t1n -- My program.. while true do local ok, msg = recv() if ok == ':error' then toto continue end -- Do nothing we don't care if msg == 'hello' then print("Hello, World!") end if msg == 'whee' then -- TODO end ::continue:: end