[REBOL] Enhancement Request - Range! datatype Re:(9)

2000-08-23 Thread deadzaphod
When writing Japanese with the roman alphabet "to" means "and" ;-) >> Greg wrote: >> > The "to" has won me. >> >> Me too. :-D >> >> Does anyone know if "to" >in languages other than >English, means something >> different from "to" in >English? How about in: Italian >> German >> Gaelic >> Ge

[REBOL] Enhancement Request - Range! datatype Re:(10)

2000-08-21 Thread carlos
May I suggest ? How about: 1 ~ 10 ? Lorenz - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Segunda-feira, 21 de Agosto de 2000 06:45 Subject: [REBOL] Enhancement Request - Range! datatype Re:(9) > > > [EMAIL PROTECTED] wrote: > >

[REBOL] Enhancement Request - Range! datatype Re:(10)

2000-08-21 Thread lmecir
By accident, both Czech and Slovak "to" means English "it". Regards Ladislav > > > > > > Does "to" have any special meaning in Czechoslovakian (I hope I spelled > that > > right), pekr? > > > > Probably the same as in Spaenglish ;-) (there are 2 (!) languages, one > Czech and one Slovakian.

[REBOL] Enhancement Request - Range! datatype Re:(7)

2000-08-21 Thread ptretter
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 21, 2000 2:23 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [REBOL] Enhancement Request - Range! datatype Re:(6) AllenK wrote: > I like the use of "-" but I feel it will ca

[REBOL] Enhancement Request - Range! datatype Re:(9)

2000-08-21 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > pekr wrote: > > [EMAIL PROTECTED] wrote: > > > > > The "to" has won me. > > > > Yes, and we can even have a fun with shorter version "to" = "2", e.g. 1210 > being of type range ;-) > > :-D > > Does "to" have any special meaning in Czechoslovakian (I hope I spelled tha

[REBOL] Enhancement Request - Range! datatype Re:(10)

2000-08-21 Thread Al . Bri
> > Does "to" have any special meaning in Czechoslovakian (I hope I spelled that right), pekr? > Probably the same as in Spaenglish ;-) (there are 2 (!) languages, one Czech and one Slovakian. You are from the U.S. , aren't you ?) No, I'm in New Zealand, where there's Maori and English:

[REBOL] Enhancement Request - Range! datatype Re:(9)

2000-08-21 Thread Jean . Holzammer
> > > Does "to" have any special meaning in Czechoslovakian (I hope I spelled that > right), pekr? > Probably the same as in Spaenglish ;-) (there are 2 (!) languages, one Czech and one Slovakian. You are from the U.S. , aren't you ?) Jean

[REBOL] Enhancement Request - Range! datatype Re:(8)

2000-08-21 Thread jpt
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 21, 2000 9:59 AM > To: [EMAIL PROTECTED] > Subject: [REBOL] Enhancement Request - Range! datatype Re:(7) > > > Greg wrote: > > The "to" has won me.

[REBOL] Enhancement Request - Range! datatype Re:(8)

2000-08-21 Thread Al . Bri
pekr wrote: > [EMAIL PROTECTED] wrote: > > > The "to" has won me. > > Yes, and we can even have a fun with shorter version "to" = "2", e.g. 1210 being of type range ;-) :-D Does "to" have any special meaning in Czechoslovakian (I hope I spelled that right), pekr? Andrew Martin ICQ: 26227169 htt

[REBOL] Enhancement Request - Range! datatype Re:(7)

2000-08-21 Thread Al . Bri
Greg wrote: > The "to" has won me. Me too. :-D Does anyone know if "to" in languages other than English, means something different from "to" in English? How about in: Italian German Gaelic German Greek Spanish Geek ;-) As I think that's all the languages with A"to"Z... <- Which leads me into th

[REBOL] Enhancement Request - Range! datatype Re:(6)

2000-08-21 Thread bhandley
> how about? > 1to10 > -1to-10 > .1to.10 > > Is using n"to"n that different from using n"x"n for pairs? It is immediately > obvious that it is a range, ( in English at least). > > Other ideas? "to" could be exclusive and "thru" inclusive like parse. Don't know what you do about the range start th

[REBOL] Enhancement Request - Range! datatype Re:(6)

2000-08-21 Thread Al . Bri
AllenK wrote: > I like the use of "-" but I feel it will cause confusion if a negative is used in the range. > > -1--10 Actually, the lesser value should be first. So this should be: -10--1 It does look a bit odd for negative numbers. Perhaps both ".." and "-" could be allowed? Then

[REBOL] Enhancement Request - Range! datatype Re:(7)

2000-08-21 Thread Petr . Krenzelok
;[EMAIL PROTECTED]> > Sent: Monday, August 21, 2000 16:37 > Subject: [REBOL] Enhancement Request - Range! datatype Re:(5) > > > Hi Andrew, > > > > I like the use of "-" but I feel it will cause confusion if a negative is > > used in the range. > >

[REBOL] Enhancement Request - Range! datatype Re:(6)

2000-08-20 Thread gschwarz
The "to" has won me. Greg - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 21, 2000 16:37 Subject: [REBOL] Enhancement Request - Range! datatype Re:(5) > Hi Andrew, > > I like the use of "-" but I feel

[REBOL] Enhancement Request - Range! datatype Re:(5)

2000-08-20 Thread allen
MAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, August 21, 2000 3:55 PM Subject: [REBOL] Enhancement Request - Range! datatype Re:(4) > Gary wrote: > > I like the range idea but would suggest the use of a different operator > than '-&#x

[REBOL] Enhancement Request - Range! datatype Re:(4)

2000-08-20 Thread Al . Bri
Gary wrote: > I like the range idea but would suggest the use of a different operator than '-' - possibly '..' which is used in several other languages? Gabriele wrote: > The dash is what is used in human languages, so I agree with Andrew here. What's the problem with it? Gary wrote: > It would

[REBOL] Enhancement Request - Range! datatype Re:(3)

2000-08-20 Thread dynalt
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Sunday, August 20, 2000 3:59 AM d> I like the range idea but would suggest the use of a different d> operator than '-' - possibly '..' which is used in several d> other languages? g> The dash is what is used in human languages, so I

[REBOL] Enhancement Request - Range! datatype Re:(2)

2000-08-19 Thread dynalt
>I like the range idea but would suggest the use of a different operator than > '-' - possibly ',,' which is used in several other languages? I really meant '..' rather then ',,'. Sorry. Thanks, Garold (Gary) L. Johnson DYNAMIC Alternatives [EMAIL PROTECTED] -Original Message- From:

[REBOL] Enhancement Request - Range! datatype Re:

2000-08-19 Thread dynalt
I like the range idea but would suggest the use of a different operator than '-' - possibly ',,' which is used in several other languages? Thanks, Garold (Gary) L. Johnson DYNAMIC Alternatives [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: