💾 Archived View for 54.203.8.106 › fizzbuzz.gmi captured on 2022-07-16 at 13:36:03. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Ah, FizzBuzz.

My son did a FizzBuzz in Python, so I did one in Oberon, just for fun.

I've been programming for a long time, and don't use Oberon in my daily, but I really enjoy Oberon's simplicity, although it can easily cause one to write code that is normally already written, in other languages, these days.

FizzBuzz.Mod

PS: The module used to use Out.Int() to output the regular numbers as text, but I changed that so I can move this module into an environment that doesn't have the Out module (or handy int to string conversions). Also, this program is leaning towards being as lean as possible, again, just for the fun of it.

Feedback? Thanks!