RosettaCodeData/Task/FizzBuzz/Ursala/fizzbuzz.ursala
2023-07-01 13:44:08 -04:00

8 lines
139 B
Text

#import std
#import nat
fizzbuzz = ^T(&&'Fizz'! not remainder\3,&&'Buzz'! not remainder\5)|| ~&h+ %nP
#show+
main = fizzbuzz*t iota 101