| Cobra | Interactive Query Language | inspect | ||
|---|---|---|---|---|
| NAMEinspect — show the lexical tokens for a given line of source textSYNTAXi[nspect] filename linenumber DESCRIPTIONThe inspect command can be used to show how the various parts of a source line of text are classified by the lexcical analyzer.No marks are set or removed by this command. EXAMPLES: i cobra_prep 630 if ( strlen ( preproc ) > 0 && no_cpp ) key ident ident oper const_int oper ident NOTESUncategorized tokens include symbols like (, [, {, ;, :.SEE ALSOfiles, types | ||||
| Return to index Manual Tutorial | (Last Updated: 7 May 2017) | |||