Null object: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: used boldfaced font for functions in the comment part of the section header. -- ~~~~)
No edit summary
Line 1:
{{task|Basic language learning}}{{omit from|BBC BASIC}}
{{task|Basic language learning}}'''Null''' (or '''nil''') is the computer science concept of an undefined or unbound object. Some languages have an explicit way to access the null object, and some don't. Some languages distinguish the null object from [[undefined values]], and some don't.
 
Show how to access null in your language by checking to see if an object is equivalent to the null object.