コンテンツへ
投稿記事 by あんどーなつ » 8年前
CODE:
let printer n = let mutable i = n fun x -> if i > 0 then printfn "%A" x i -> unit = printer 5