Function frequency: Difference between revisions

m
Added comment for "Output"
(→‎{{header|Go}}: fixed output)
m (Added comment for "Output")
Line 91:
(for X (head 10 (flip (by cdr sort Freq)))
(tab (-7 4) (car X) (cdr X)) ) )</lang>
Output, for the system in debug mode plus the above code:
Output:
<pre>quote 310
car 236
Anonymous user