MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
Re: $verb_editor:"comment uncom*ment"
-
Date: Thu, 1 Aug 1996 10:28:40 PDT
-
From: slayer@kaiwan.com
-
Content-Type: text/plain; charset="us-ascii"
At 09:49 AM 8/1/96 PDT, Colin McCormick wrote:
>
>Hi :)
>
>Just a potentially useful addition to LambdaCore's Verb Editor; pardon me
>those who use other cores. This code either comments or uncomments lines
>in the Verb Editor, with "comment 1-5", "uncomment 16-$", etc. (Lots
>stolen directly from :delete().)
>
this looks good, but does it escape/unescape characters such as " and \? it
might not compile otherwise...
oh yeah and checking verb[1]=="c" would be better than match(verb[1], "c") I
think...
Follow-Ups:
Home |
Subject Index |
Thread Index