11.06.2014 Views

Word Pro - DALLAS.LWP - The Rexx Language Association

Word Pro - DALLAS.LWP - The Rexx Language Association

Word Pro - DALLAS.LWP - The Rexx Language Association

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

11 Built-in classes<br />

11.1 Notation<br />

<strong>The</strong> built-in classes are defined mainly through code. <strong>The</strong> code refers to state variables. This is solely a<br />

notation used in this standard.<br />

11.2 Object, class and method<br />

<strong>The</strong>se objects provide the basis for class structure.<br />

11.2.1 <strong>The</strong> object class<br />

::class object<br />

::method new class<br />

Returns a new instance of the receiver class.<br />

call Config_ObjectNew<br />

return #Outcome<br />

::method '=='<br />

'==' with no argument gives a hash value in OOI.<br />

call Config_ObjectCompare #Receiver, #Arg.1<br />

if #Outcome == 'equal' then return '1'<br />

else return '0'<br />

::method ''<br />

use arg a<br />

return \self==a<br />

::method '>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!