RosettaCodeData/Task/FizzBuzz/DUP/fizzbuzz-1.dup

3 lines
210 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
[$$3/%$[]['F,'i,'z,'z,]?\5/%$[]['B,'u,'z,'z,]?*[$.][]?10,]c: {define function c: mod 3, mod 5 tests, print proper output}
0[$100<][1+c;!]# {loop from 1 to 100}