RosettaCodeData/Task/FizzBuzz/Ursala/fizzbuzz.ursala

9 lines
139 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#import std
#import nat
fizzbuzz = ^T(&&'Fizz'! not remainder\3,&&'Buzz'! not remainder\5)|| ~&h+ %nP
#show+
main = fizzbuzz*t iota 101