mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-14 06:00:39 +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"
|