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

[REBOL] Re: native? :==

From: joel:neely:fedex at: 4-Feb-2002 0:44

Hi, Hallvard, Hallvard Ystad wrote:
> Why is this: > > >> native? :> == false >
Perhaps for the same reason as this existentialist error message:
>> pair? 1x1
== true
>> pair? 2x2
== true
>> 1x1 < 2x2
** Script Error: Expected one of: pair! - not: pair! ** Near: 1x1 < 2x2 If the puzzlement isn't clear, compare with the following
>> 1x1 < #"?"
** Script Error: Expected one of: pair! - not: char! ** Near: 1x1 < #"?"
>> 1x1 < #?
** Script Error: Expected one of: pair! - not: issue! ** Near: 1x1 < #? -jn- -- The first rule of intelligent tinkering is to save all the pieces. -- Aldo Leopold joel{FIX{PUNCTUATION{dot{neely{at{fedex{dot{com