* Izkata <[email protected]> [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 -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
