Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 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