Invokes the Objective-C "retain"
method.
objc
retain pointer => pointer
pointer⇩ |
A pointer to an Objective-C foreign object. |
pointer |
An argument pointer. |
The function retain
calls the Objective-C "retain"
instance method of pointer to decrement its retain count. pointer is returned.
LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 01 Dec 2021 19:38:32