3 lines
96 B
OCaml
3 lines
96 B
OCaml
|
|
val splitter = String.tokens (fn c => c = #",");
|
||
|
|
val main = (String.concatWith ".") o splitter;
|