There was an error while loading. Please reload this page.
The undef keyword is used to indicate that a variable should not be zero-initialized.
undef
my_variable int = undef
Table of Contents