Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

What are brackets meant to do in scripting?

Asked by 10 years ago

What are brackets meant to do in scripting?

1 answer

Log in to vote
0
Answered by 10 years ago

Circular brackets are used to create an array or a multitude of strings seperated by Escaping or concatenations ( ) Concatenations separate strings and other statements inside arrays

Sqaure brackets can be used to make block comments or contain a variable called inside a function --[[ ]] Block comment -- Singular Comment function (prop) do [prop] contains variable called within a function

Ad

Answer this question