11 lines
131 B
Text
11 lines
131 B
Text
|
|
gosub repeat ha 5
|
||
|
|
echo %@repeat[*,5]
|
||
|
|
quit
|
||
|
|
|
||
|
|
:Repeat [String Times]
|
||
|
|
do %Times%
|
||
|
|
echos %String%
|
||
|
|
enddo
|
||
|
|
echo.
|
||
|
|
return
|