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 <[EMAIL PROTECTED]>
>       http://www.alaska-internet-solutions.com
>       http://www.johnsons-web.com
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.

--

Note: When sending me email directly, always make sure to include my
name
in the message, otherwise my aggressive spam filters may trash it.

Ryan Cole  *  www.iesco-dms.com  *  707-468-5400


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to