ted.library/TEDDetoke
NAME
TEDDetoke -- detokenise a line of source code
SYNOPSIS
detokenised_line = TEDDetoke(sourceline)
D0 A0
FUNCTION
Get SuperTED to detokenise a line of source code
INPUTS
sourceline -- the actual tokenised text (NOT the line structure!)
RESULTS
detokenised_line -- a pointer to detokenised null-terminated text.
NOTES
** THIS FUNCTION IS NOW OBSOLETE **
Remember to pass the actual tokenised text, not the line structure!
SuperTED's line structure is as follows:
*PrevLine
*NextLine
linelength.b
<actual tokenised text>
SEE ALSO
blitz.library/DetokeLine
converted with guide2html by Kochtopf