8 lines
139 B
Text
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
|