Junior — Senior
Check if the resulting string will have the same object reference when concatenated through a variable
livecode
Task condition
Task: declare a variable d containing the string "ld", and use it to construct the string c instead of the literal "ld". Then, find out whether the object c points to the same object as variable a.
a = "Hello World"
b = "Hello World"
c = "Hello Wor" + d