RosettaCodeData/Task/Null-object/PureBasic/null-object.purebasic

4 lines
58 B
Plaintext

If variable = #Null
Debug "Variable has no value"
EndIf