MAINSAIL Language Manual, Section 38.21

previous   next   top   contents   index   framed top   this page unframed


38.21. isNul

Figure 38–19. isNul
$BUILTIN
BOOLEAN
PROCEDURE   isNul       (INTEGER char);

isNul returns TRUE if and only if char is the null character $nulChar. See Section 43.5 for further information about the treatment of null characters in an input file.


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 38.21