Get @ it!
In the Brighterscript language, the @. operator is used to replace the callFunc method when invoking functions on a node. In regular BrightScript, we would write code like this to invoke a function on a node: userManagerNode.callFunc(“login”, username, password) This syntax is not only ugly, but it’s also error-prone due to the use of string […]