|
|
|
|
|
by vanderZwan
997 days ago
|
|
That's a good start! I'm not exactly great with array langauges myself, but I think it's simpler to fill an array with □"Fizz", one with □"Buzz", one with □"FizzBuzz", then create another indexing array and use pick: ⍉[∵(□$"_"+1)⇡100
[⍥.99□"Fizz"]
[⍥.99□"Buzz"]
[⍥.99□"FizzBuzz"]]
+∵(×2=0◿5+1)⇡100 ∵(=0◿3+1)⇡100
≡⊡
⍉
There are probably a few more simplifications experienced array programmers can apply. |
|