There was an error while loading. Please reload this page.
undef is the value of transcendent variables that haven't been assigned a value
undef
#print non_existent_transcendent_variable
undef should NOT be assigned to transcendent variables by the programmer, instead null should be used
null
#set has_feature undef // BAD
#set has_feature null // GOOD
Table of Contents