luau/prototyping/Tests/Interpreter/concat_two_strings/out.txt

7 lines
118 B
Plaintext

ANNOTATED PROGRAM:
local x : string = "hello"
local y : string = "world"
return x .. y
RAN WITH RESULT: "helloworld"