Miscellaneous


\begin{elan}
BOOL OP ISNIL (NILTYPE CONST x)
BOOL PROC isnil (NILTYPE CONST x)...
...PROC assert (BOOL CONST b)
PROC assert (BOOL CONST b, TEXT CONST t)
\end{elan}

Note: there are some other routines in the standard library not mentioned in the above list, but those are for internal use within the library, therefore we strongly advise against using them.