Skip to content
IsaacShelton edited this page Mar 21, 2022 · 1 revision

undef

The undef keyword is used to indicate that a variable should not be zero-initialized.

my_variable int = undef

Other Uses

Clone this wiki locally