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

4 lines
61 B
Lua
Raw Normal View History

2022-03-02 18:26:58 -05:00
local x: string = "hello"
local y: string = 37
return x .. y