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

[REBOL] Re: REBOL "issues"

From: izkata:gm:ail at: 5-Nov-2010 23:57

All issue!s start with #, but not all that start with # are issue!s:
>> type? #"r"
== char!
>> type? #foo
== issue!
>> type? #{44}
== binary!
>> issue? #"r"
== false
>> issue? #{44}
== false On Fri, Nov 5, 2010 at 10:49 PM, Duke Normandin <dukeofperl-ml1.net> wrote:
> I'm reading: > > http://www.rebol.com/docs/core23/rebolcore-3.html > > Am I to understand that _all_ issues have the _#_ prefix? If so, then > are binary values "issues" as well? From the above document: > > #{42652061205245424F4C} > -- > Duke > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. >
-- <*>