3 lines
59 B
Forth
3 lines
59 B
Forth
|
|
> String.replicate 5 "ha";;
|
||
|
|
val it : string = "hahahahaha"
|