A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
1
Task/Call-an-object-method/J/call-an-object-method-1.j
Normal file
1
Task/Call-an-object-method/J/call-an-object-method-1.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
methodName_className_ parameters
|
||||
1
Task/Call-an-object-method/J/call-an-object-method-2.j
Normal file
1
Task/Call-an-object-method/J/call-an-object-method-2.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
objectReference=:'' conew 'className'
|
||||
1
Task/Call-an-object-method/J/call-an-object-method-3.j
Normal file
1
Task/Call-an-object-method/J/call-an-object-method-3.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
methodName__objectReference parameters
|
||||
1
Task/Call-an-object-method/J/call-an-object-method-4.j
Normal file
1
Task/Call-an-object-method/J/call-an-object-method-4.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
parameters methodName_className_ parameters
|
||||
1
Task/Call-an-object-method/J/call-an-object-method-5.j
Normal file
1
Task/Call-an-object-method/J/call-an-object-method-5.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
parameters methodName__objectReference parameters
|
||||
2
Task/Call-an-object-method/J/call-an-object-method-6.j
Normal file
2
Task/Call-an-object-method/J/call-an-object-method-6.j
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
classReference=: <'className'
|
||||
methodName__classReference parameters
|
||||
1
Task/Call-an-object-method/J/call-an-object-method-7.j
Normal file
1
Task/Call-an-object-method/J/call-an-object-method-7.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
methodName_123_ parameters
|
||||
Loading…
Add table
Add a link
Reference in a new issue