Rosetta Code/Count examples: Difference between revisions

m
(BBC BASIC: Modified to read in excess of 500 tasks.)
Line 988:
done;
(s)
# or in OCaml 4.00+:
# let repl_space = String.map (fun c -> if c = ' ' then '_' else c)
let count_ex s =
Anonymous user