Function frequency: Difference between revisions

Content added Content deleted
(add REXX version 3)
Line 1,048: Line 1,048:
This program counts statically.
This program counts statically.
Contents of comments and literal strings are not analyzed.
Contents of comments and literal strings are not analyzed.
Neithet are function invocations via CALL.
Neither are function invocations via CALL.
<lang>/* REXX ****************************************** Version 11.12.2015 **
<lang>/* REXX ****************************************** Version 11.12.2015 **
* Rexx Tokenizer to find function invocations
* Rexx Tokenizer to find function invocations
Line 1,583: Line 1,583:
1 wordsort
1 wordsort
0.093000 seconds elapsed for 2200 tokens in 510 lines.</pre>
0.093000 seconds elapsed for 2200 tokens in 510 lines.</pre>



=={{header|Tcl}}==
=={{header|Tcl}}==