That helps, but look how much easier this is to read and debug: put "I said, 'Let's go!'"
-- D > -----Original Message----- > From: Richard Gaskin [mailto:[EMAIL PROTECTED] > Sent: Monday, February 24, 2003 6:27 PM > To: [EMAIL PROTECTED] > Subject: Re: menu paradigm of Rev/MC and other goofiness > > > Ivers, Doug E wrote: > > > My point is that there are areas of hypertalk that require > more coding and > > are more prone to errors than should be. I hope that the > MC/Rev developers > > are open to discussing these topics and providing > improvements in the > > language. > > > > Menus and nested quotes stick out in my mind. > > Here's a lil' gem that's radically simplified a lot of my code: > > function q s > return quote& s "e > end q > > > To call it: > > put "I said, "& q("Let's go!") > > ...as opposed to: > > put "I said, "& quote&"Let's go!""e > > > A small improvement, but a but more pleasing to the tired eye. :) > > -- > Richard Gaskin _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
