luau/prototyping/Tests/Interpreter/concat_number_and_string/in.lua

4 lines
61 B
Lua

local x: string = "hello"
local y: string = 37
return x .. y