1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-10 13:50:55 +01:00
luau/prototyping/Tests/Interpreter/concat_two_strings/in.lua
2022-03-02 15:26:58 -08:00

3 lines
66 B
Lua

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