| Applying science to business management |
  
Null
Null is a special value
meaning empty list or no value. For example, the
expression Data#5 (or Data[4]) will return the fifth element
in the list named Data. However, if the list only contains
four elements, this expression will return null to
indicate that there is no result.
|