Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Multiple docstring lines

From: gregg::pointillistic::com at: 5-Jun-2007 10:40

Hi Tim, TJ> For years, I've been irritated by the way that emacs handles multiple line TJ> strings for syntax highlighting - IOWS, it just doesn't work that well. TJ> Soo.... this is what I tried: ... TJ> swaps: def["Swaps pairs in block. Block must be of even length." TJ> " Example: swaps[2 1 4 3 6 5] => [1 2 3 4 5 6]"[catch] TJ>... I'm leery of this, only because I think the func spec is designed for a single doc string, and the fact that it works may just be due to the current implementation. -- Gregg