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
This method to undefine a variable and free memory does not work in GDL:
IDL> a=lindgen(1000000l) IDL> !null=temporary(a) IDL> help, a A UNDEFINED = <Undefined> IDL> GDL> a=lindgen(1000000l) GDL> !null=temporary(a) % NullGDL::EqType(...) called. % Execution halted at: $MAIN$ GDL>
The text was updated successfully, but these errors were encountered:
see gnudatalanguage#1357
9b6ab33
hopefully closed by #1644
Sorry, something went wrong.
Merge pull request #1644 from GillesDuvert/enable_NULL_as_ReturnValue
c564be5
see #1357
closed by #1644
No branches or pull requests
This method to undefine a variable and free memory does not work in GDL:
The text was updated successfully, but these errors were encountered: