Self-describing numbers: Difference between revisions

m
Line 49:
 
=={{header|AutoHotkey}}==
Uses CountSubString: http://rosettacode.org/wiki/Count_occurrences_of_a_substring[[Count occurrences of a substring#AutoHotkey]]
<lang AutoHotkey>; The following directives and commands speed up execution:
#NoEnv
Anonymous user