All Manuals > LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual > 2 Objective-C Reference

NextPrevUpTopContentsIndex

description

Function
Summary

Calls the Objective-C "description" instance method.

Package

objc

Signature

description pointer => string

Arguments

pointer

A pointer to an Objective-C foreign object.

Values

string

A string.

Description

The function description calls the Objective-C "description" instance method of pointer and returns the description as a string.

See also

 


LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 21 Mar 2017

NextPrevUpTopContentsIndex