RosettaCodeData/Task/Introspection/Factor/introspection-3.factor
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

7 lines
185 B
Factor

USING: assocs formatting kernel math namespaces ;
0 0
global [
nip dup integer? [ + [ 1 + ] dip ] [ drop ] if
] assoc-each
"There are %d integer variables, the sum is %d\n" printf