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