waf/playground/fsharp/printer.fs

5 lines
86 B
Forth

#light
module Printer
let print_repeatedly n str = for x in 1..n do printfn "%s" str