Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/FizzBuzz/Iptscrae/fizzbuzz.iptscrae
Normal file
10
Task/FizzBuzz/Iptscrae/fizzbuzz.iptscrae
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
; FizzBuzz in Iptscrae
|
||||
1 a =
|
||||
{
|
||||
"" b =
|
||||
{ "fizz" b &= } a 3 % 0 == IF
|
||||
{ "buzz" b &= } a 5 % 0 == IF
|
||||
{ a ITOA LOGMSG } { b LOGMSG } b STRLEN 0 == IFELSE
|
||||
a ++
|
||||
}
|
||||
{ a 100 <= } WHILE
|
||||
Loading…
Add table
Add a link
Reference in a new issue