RosettaCodeData/Task/Classes/J/classes-1.j

12 lines
163 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
coclass 'exampleClass'
exampleMethod=: monad define
1+exampleInstanceVariable
)
create=: monad define
'this is the constructor'
)
exampleInstanceVariable=: 0