Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
22
Task/FizzBuzz/Symsyn/fizzbuzz.symsyn
Normal file
22
Task/FizzBuzz/Symsyn/fizzbuzz.symsyn
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
| FizzBuzz
|
||||
|
||||
1 I
|
||||
if I LE 100
|
||||
mod I 3 X
|
||||
mod I 5 Y
|
||||
if X EQ 0
|
||||
'FIZZ' $S
|
||||
if Y EQ 0
|
||||
+ 'BUZZ' $S
|
||||
endif
|
||||
else
|
||||
if Y EQ 0
|
||||
'BUZZ' $S
|
||||
else
|
||||
~ I $S
|
||||
endif
|
||||
endif
|
||||
$S []
|
||||
+ I
|
||||
goif
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue