You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://code.google.com/archive/p/lslforge/issues/54
Posted on Oct 5, 2014 by Grumpy Hippo
LSLforge allows local variables to be used before they have been declared. So, a line like this will be treated as valid, when really it won't compile:
string k = k + "1";
The text was updated successfully, but these errors were encountered:
https://code.google.com/archive/p/lslforge/issues/54
Posted on Oct 5, 2014 by Grumpy Hippo
LSLforge allows local variables to be used before they have been declared. So, a line like this will be treated as valid, when really it won't compile:
string k = k + "1";
The text was updated successfully, but these errors were encountered: