3 lines
72 B
Forth
3 lines
72 B
Forth
|
|
> String.Concat( Array.create 5 "ha" );;
|
||
|
|
val it : string = "hahahahaha"
|