Sha256: 4267974409221acbf39cb189f42f045e5f52b4ad66094dbe57a98ff101184fbc
Contents?: true
Size: 221 Bytes
Versions: 384
Compression:
Stored size: 221 Bytes
Contents
fun convert (n: int): string = let fun f m s = if n mod m = 0 then s else "" val sound = String.concat [f 3 "Pling", f 5 "Plang", f 7 "Plong"] in if sound = "" then Int.toString n else sound end
Version data entries
384 entries across 384 versions & 1 rubygems