* Behrang Saeedzadeh <[EMAIL PROTECTED]> [040111 09:10]: > Hi Hi Behrang:
> Sorry if this is a stupid question, but is REBOL > Object Oriented? Yes. But 'Oriented' is relative. see http://www.rebol.com/docs/core23/rebolcore-10.html rebol's OOP features are fairly simple. Nothing like Python's Special Class Methods, and everything is 'public' - although rebol does allow anonymous context/objects which do provide data hiding... Have a look at the link above. tim -- Tim Johnson <[EMAIL PROTECTED]> http://www.alaska-internet-solutions.com -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
