Bo,

Well, it fails on my Win95 system in two versions!  Note, you have to run it
as a program, not from interactive command line to see the failure Luis is
speaking of.  It seems to be considering '< the beginning of a tag rather
than an operator, and is balking at that.  But I dunno how to tell him what
to do to accomplish what he desires, either.  And it is strange that it
doesn't give that error when executed from the command line, only when part
of a program.

I think many of us (especially newbies) are hesitant to report things as
"bugs" until we ask around on here and confirm that it's not simply our own
misunderstanding of things :)

>> source <
<: native [
    {Returns TRUE if the first value is less than the second value.} 
    value value
]

>> print read %testsource.r
rebol []
source <

>> rebol/version
== 2.1.90.3.1
>> do %testsource.r
** Syntax Error: Invalid tag -- <.
** Where: (line 2) source <

>> rebol/version
== 2.1.2.3.1
>> do %../rebol22beta/testsource.r
** Syntax Error: Invalid tag -- <.
** Where: (line 2) source <

Russ

-------------------------------------
At 09:08 AM 10/20/99 -0700, you wrote:
>
>Luis,
>
>I tried this on 2.1.90.3.1 running on Windows95 and it worked fine as
>well as on 2.1.90.1.1.
>
>Is this still a problem?

Reply via email to