[R] Block comment?
    Uwe Ligges 
    ligges at statistik.tu-dortmund.de
       
    Sat Sep  2 14:09:03 CEST 2017
    
    
  
On 02.09.2017 11:40, Christian wrote:
> I consider it quite worth while to introduce into R syntax a nestable 
> block comment like
> 
> #{
> <block of code>
> }#
if(FALSE){
<block of code>
}
Best,
Uwe Ligges
> It would make documentation more easily manageable and lucid.
> Is there considerable need for this.
> 
> Please, comment on this.
> How about R core?
> 
> Christian
    
    
More information about the R-help
mailing list