code folding w/in a macro.

Post bugs related to the IDE here
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

code folding w/in a macro.

Post 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
 
Cyllceaux
Enthusiast
Enthusiast
Posts: 511
Joined: Mon Jun 23, 2014 1:18 pm

Re: code folding w/in a macro.

Post by Cyllceaux »

Why the ":}" ?

Did you mean ";}" ?
Post Reply