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
See:
https://github.com/UCSD-PL/RefScript/blob/void/tests/pos/misc/void.ts
As explained in http://stackoverflow.com/questions/4806286/difference-between-void-0-and-undefined, "void 0" is sometimes used instead of "undefined" both because it's fewer characters and because window.undefined is writable (though why anyone would want to write over it...)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See:
https://github.com/UCSD-PL/RefScript/blob/void/tests/pos/misc/void.ts
As explained in http://stackoverflow.com/questions/4806286/difference-between-void-0-and-undefined, "void 0" is sometimes used instead of "undefined" both because it's fewer characters and because window.undefined is writable (though why anyone would want to write over it...)
The text was updated successfully, but these errors were encountered: