We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/var/
We don't currently replicate this BYOND bug report: https://www.byond.com/forum/post/2830750
The following code prints 5 in BYOND but errors with Unknown identifier "global.bar" in OpenDream.
5
Unknown identifier "global.bar"
/datum/proc/foo(/var/bar = 5) return /proc/main() world.log << global.bar // This prints 5 in BYOND
Since this is incredibly cursed, a pragma lint has been created here: #2064
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We don't currently replicate this BYOND bug report: https://www.byond.com/forum/post/2830750
The following code prints
5
in BYOND but errors withUnknown identifier "global.bar"
in OpenDream.Since this is incredibly cursed, a pragma lint has been created here: #2064
The text was updated successfully, but these errors were encountered: