Code: Select all
Macro j()
For i = 1 To 2
Next
While 1
Wend
Repeat
Until 1
CompilerIf 1
CompilerEndIf
Enumeration
EndEnumeration
;{
:}
If 1
EndIf
EndMacro
Code: Select all
Macro j()
For i = 1 To 2
Next
While 1
Wend
Repeat
Until 1
CompilerIf 1
CompilerEndIf
Enumeration
EndEnumeration
;{
:}
If 1
EndIf
EndMacro