3 lines
67 B
OCaml
3 lines
67 B
OCaml
|
|
- string_repeat ("Hiuoa", 3) ;
|
||
|
|
val it = "HiuoaHiuoaHiuoa" : string
|