Function frequency: Difference between revisions

Content added Content deleted
m (→‎REXX version 3: complete lang tag)
Line 1,049: Line 1,049:
Contents of comments and literal strings are not analyzed.
Contents of comments and literal strings are not analyzed.
Neither are function invocations via CALL.
Neither are function invocations via CALL.
<lang>/* REXX ****************************************** Version 11.12.2015 **
<lang rexx>/* REXX ****************************************** Version 11.12.2015 **
* Rexx Tokenizer to find function invocations
* Rexx Tokenizer to find function invocations
*-----------------------------------------------------------------------
*-----------------------------------------------------------------------