Page 1 of 1

code folding w/in a macro.

Posted: Thu May 23, 2024 5:19 am
by jassing
this is probably expected...

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
 

Re: code folding w/in a macro.

Posted: Thu May 23, 2024 8:25 am
by Cyllceaux
Why the ":}" ?

Did you mean ";}" ?