function test() return "Hallo", "Welt" end v1, v2 = test() print( v1 ) print( v2 )