mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-07 11:59:11 +00:00
7 lines
118 B
Text
7 lines
118 B
Text
|
ANNOTATED PROGRAM:
|
||
|
local x : string = "hello"
|
||
|
local y : string = "world"
|
||
|
return x .. y
|
||
|
|
||
|
RAN WITH RESULT: "helloworld"
|