I'd like to have a new kind of comment

Lee Salzman lsalzman1 at cox.net
Sat Jan 8 17:32:27 PST 2005


This is unnecessary, merely surround the method with [ and ].

This will put the method in a block, and so long as you do not "do"
the block, the method will never get defined.

Lee

On Sat, Jan 08, 2005 at 02:46:46PM +0000, Paul Dufresne wrote:
> I have a method that seems broken for some reason, I don't care much for 
> now.
> So, I'd like to comment it out.
> But I can't use " easily at all, because the method contains many comments 
> already.
> 
> So, I wish I had a new kind of comment, that could include other "normal 
> comments".
> Maybe using: ? this is a comment, "containing other old comment" ?.
> Or just /* this is a comment, "containing other old comment" */
> 
> --Paul
> 
> 




More information about the Slate mailing list