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

[REBOL] Re: REBOL "issues"

From: tim-johnsons:web at: 6-Nov-2010 11:06

* Izkata <izkata-gmail.com> [101105 22:03]:
> 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
;; :) Another console session
>> series? #foo
== true
>> type? #foo
== issue!
>> type? #{44}
== binary!
>> series? #{44}
== true -- Tim tim at johnsons-web.com or akwebsoft.com http://www.akwebsoft.com