NAME
       DetokeLine -- detokenise a line containing valid tokenised Blitz source
                     code.

   SYNOPSIS
       success = DetokeLine(tokenSource,asciiDest);
       D0                   A0          A1

       BOOL = DetokeLine(char * tokenSource, char * asciiDest);

   FUNCTION
       This command will convert a line containing tokenised source into its
       detokenised equivalent, placing the resulting string in the destination
       buffer.

   INPUTS
       tokenSource - a pointer to a line containing tokenised source
                     (NOTE: the line should not contain any headers)

       asciiDest - a pointer to a line buffer where the detokenised line is to
                   be placed

   RESULT
       success - indication of success or failure

   NOTES
       asciiDest should be at least 128 bytes in size. This routine will not
       create a detokenised string of more than 128 bytes.



converted with guide2html by Kochtopf