March 2014 update
This commit is contained in:
parent
09687c4926
commit
a25938f123
1846 changed files with 21876 additions and 5203 deletions
|
|
@ -0,0 +1,13 @@
|
|||
( ( myClass
|
||||
= (name=aClass)
|
||||
( Method
|
||||
= .out$(str$("Output from " !(its.name) ": " !arg))
|
||||
)
|
||||
(new=.!arg:?(its.name))
|
||||
)
|
||||
& (myClass.Method)$"Example of calling a 'class' method"
|
||||
& new$(myClass,object1):?MyObject
|
||||
& (MyObject..Method)$"Example of calling an instance method"
|
||||
& !MyObject:?Alias
|
||||
& (Alias..Method)$"Example of calling an instance method from an alias"
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue