Created
February 8, 2022 14:13
-
-
Save dockimbel/cb5607b0696558d44aa4a3537e930095 to your computer and use it in GitHub Desktop.
Global space function stats per type
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Red [] | |
count: function [][ | |
list: [native! 0 action! 0 op! 0 function! 0 routine! 0] | |
foreach w words-of system/words [ | |
if pos: find list type?/word get/any w [pos/2: pos/2 + 1] | |
] | |
list | |
] | |
probe count |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment