NAME
       FreeTokeMem -- free memory allocated by a previous call to  TokeMem()@

   SYNOPSIS
       FreeTokeMem(tokeMem);
                   A0

   FUNCTION
       This function will free any memory allocated by a call to  TokeMem().

   INPUTS
       tokeMem - a pointer to a block of tokenised source, as returned by the
                 call to  TokeMem()@

   RESULT
       NONE

   NOTES
       It is necessary for an application to keep a track of values returned
       by  TokeMem() and similar functions, since the library does not perform
       any garbage collection upon expunge.

   SEE ALSO
        TokeMem()



converted with guide2html by Kochtopf