FizzBuzz
Most straightforwardly:
Or abusing multi subs:
Or abusing list metaoperators:
Concisely (readable):
Shortest FizzBuzz to date:
And here's an implementation that never checks for divisibility:
Last updated
Most straightforwardly:
Or abusing multi subs:
Or abusing list metaoperators:
Concisely (readable):
Shortest FizzBuzz to date:
And here's an implementation that never checks for divisibility:
Last updated