TokenList.getTokenLine

Returns the line number a token is in by usin the index of the token in tokens

The returned value is the line-number, not index, it starts from 1, not zero

struct TokenList
uinteger
getTokenLine
(
uinteger tokenIndex
)

Meta