Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSLforge allows use of variables before declaration. #11

Open
RayZopf opened this issue Feb 26, 2016 · 1 comment
Open

LSLforge allows use of variables before declaration. #11

RayZopf opened this issue Feb 26, 2016 · 1 comment
Labels

Comments

@RayZopf
Copy link

RayZopf commented Feb 26, 2016

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";

@RayZopf
Copy link
Author

RayZopf commented Feb 26, 2016

I wonder that this is not solved by
RayZopf@9fb49cc

as it is a fix for another out of scope https://code.google.com/archive/p/lslforge/issues/9#c1
and some more stuff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants