mmvari/MacroTxt/Button86.txt
2013-07-05 15:09:45 -05:00

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