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

[REBOL] Re: Periods as parts of rebol words?

From: ryanc:iesco-dms at: 10-May-2002 17:09

Tim, After your all done coding just run this... -------- rebol [] script: read file: request-file/only forall script [ all [ script/1 = #"." script/2 <> #"^"" script/2 <> #"{" script/2 <> #" " script/2 <> #"." script/1: #"-" ] ] write file head script -------- Not the "right" way, but it was particularly easy. --Ryan PS: And yes, periods are totally allowable in words. Tim Johnson wrote:
> Hello All: > I'm well acquainted with RT's recommendation on using hyphens > in 'words. And since rebol syntax is case-insensitive, it makes > perfect sense. > > But I hate hyphens and underscores. I just don't like that reach. > > A period(.) is so much easier to use. I have used periods in > rebol words and I haven't encountered any problems thus far. > > Any comments? > > This is a "help me before I hurt myself question" > > thanks.in.advance...... > -- > Tim Johnson <[tim--johnsons-web--com]> > http://www.alaska-internet-solutions.com > http://www.johnsons-web.com > -- > To unsubscribe from this list, please send an email to > [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Note: When sending me email directly, always make sure to include my name