September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
2
Task/FizzBuzz/DUP/fizzbuzz-1.dup
Normal file
2
Task/FizzBuzz/DUP/fizzbuzz-1.dup
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[$$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}
|
||||
3
Task/FizzBuzz/DUP/fizzbuzz-2.dup
Normal file
3
Task/FizzBuzz/DUP/fizzbuzz-2.dup
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[\[^^>][$;,1+]#%%]⇒P {define operator P: print stored string}
|
||||
[$$3/%$[][0$"Fizz"P]?\5/%$[][0$"Buzz"P]?*[$.][]?10,]c: {define function c: mod 3, mod 5 tests, print according output}
|
||||
0[$100<][1+c;!]# {loop from 1 to 100}
|
||||
Loading…
Add table
Add a link
Reference in a new issue