-
-
Notifications
You must be signed in to change notification settings - Fork 9
transcendent value null
IsaacShelton edited this page Mar 21, 2022
·
1 revision
null is a transcendent value that represents the absence of a value
#if target_platform == null
#print_warning "Assuming UNIX-like platform"
#end
null should be used instead of undef to represent the absence of a value
#set has_feature null
undef is only meant as the value for transcendent variables that haven't been assigned a value