RosettaCodeData/Task/FizzBuzz/Ursala/fizzbuzz.ursala

9 lines
139 B
Text
Raw Permalink Normal View History

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