For neo12 - using an array to count unique elements in a sequence.
Posted to
tcl
by kbk at Thu Feb 11 16:42:54 GMT 2010
view raw
%
foreach
value {foo bar grill bar grill grill foo foo} {
incr
count(
$value
)
}
% parray count
count(bar) = 2
count(foo) = 3
count(grill) = 3
Recent Posts
tcl by colin
1 days ago
tcl by colin
2 days ago
tcl by apn
2 days ago
tcl by evilotto
4 days ago
tcl by evilotto
4 days ago
tcl by colin
6 days ago
tcl by colin
7 days ago
tcl by colin
7 days ago
tcl by colin
7 days ago
tcl by egavilan
11 days ago
Submit
New paste
Documentation
From Jabber