void BSKPutToken( BSKLexer* lexer, BSKToken* token );Inputs:
Description: Stores the given token in the given lexer's back token buffer. The next call to BSKNextToken for the given lexer will return this token.
Return to the API
Return to the function listing