mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-14 06:00:39 +00:00
4 lines
66 B
Lua
4 lines
66 B
Lua
|
local x: string = "hello"
|
||
|
local y: string = "world"
|
||
|
return x .. y
|