mirror of
https://github.com/n5ac/mmvari.git
synced 2026-04-21 06:03:54 +00:00
12 lines
255 B
Text
12 lines
255 B
Text
<%DisableCR>
|
|
<%CallProc=Repeat, 3, CQ CQ CQ de <%MyCall> <%MyCall> <%MyCall><%CR>>
|
|
<%BS> pse k...<%CR>
|
|
|
|
#proc Repeat @N, @Text
|
|
<%DisableCR>
|
|
#define _RepCount <%Format=%d,@N-1>
|
|
#if _RepCount >= 0
|
|
@Text
|
|
<%CallProc=Repeat, _RepCount, @Text>
|
|
#endif
|
|
#endp
|