mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-13 13:30:40 +00:00
6 lines
118 B
Text
6 lines
118 B
Text
ANNOTATED PROGRAM:
|
|
local x : string = "hello"
|
|
local y : string = "world"
|
|
return x .. y
|
|
|
|
RAN WITH RESULT: "helloworld"
|