Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
22
Task/FizzBuzz/Babel/fizzbuzz.pb
Normal file
22
Task/FizzBuzz/Babel/fizzbuzz.pb
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
main:
|
||||
{ { iter 1 + dup
|
||||
|
||||
15 %
|
||||
{ "FizzBuzz" <<
|
||||
zap }
|
||||
{ dup
|
||||
3 %
|
||||
{ "Fizz" <<
|
||||
zap }
|
||||
{ dup
|
||||
5 %
|
||||
{ "Buzz" <<
|
||||
zap}
|
||||
{ %d << }
|
||||
if }
|
||||
if }
|
||||
if
|
||||
|
||||
"\n" << }
|
||||
|
||||
100 times }
|
||||
Loading…
Add table
Add a link
Reference in a new issue