qp.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
NIL Keyword
  Keywords Contents Index                                   Back
 
  Description
 
    NIL represents the value of a pointer that explicitly points
    nowhere. It is assignment-compatible with every pointer type. The
    only legal uses of NIL are the following:
 
      ■ Assignment to a pointer variable to indicate that the variable
        points nowhere
 
      ■ Comparison to a pointer variable (using <> and =) to see
        whether the pointer variable points anywhere