Name: Anonymous 2011-03-26 8:19
In the language of your choice list in order of frequency bi-grams and tri-grams posted to
/prog/.
/prog/.
($eval "a =: 3; (foo -> a=:2); foo; a")
3
Compiling: foo
no
2
2
($eval "a =: 3; (foo -> a:2); foo; a")
3
Compiling: foo
no
2
3