Ambiguous documentation
- Posted by axtens_bruce Mar 16, 2024
- 761 views
Please explain what the Comments section means. I just don't get it.
8.50.7.3 show_tokens
include euphoria/tokenize.e
namespace tokenize
public procedure show_tokens(integer fh, sequence tokens)
Print token names and data for each token in `tokens` to the file handle `fh`
Parameters:
fh - file handle to print information to
tokens - token sequence to print
Comments:
This does not take direct output from tokenize_string or tokenize_file. Instead they take the first element of their return value, the token stream only.
-Bruce

