mirror of
https://github.com/n5ac/mmvari.git
synced 2025-12-06 04:12:03 +01:00
13 lines
255 B
Plaintext
13 lines
255 B
Plaintext
|
|
<%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
|