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

4 lines
66 B
Lua
Raw Normal View History

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