RosettaCodeData/Task/Repeat/00-TASK.txt

7 lines
188 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;Task:
Write a procedure which accepts as arguments another procedure and a positive integer.
The latter procedure is executed a number of times equal to the accepted integer.
<br><br>