Get Class Comment
get_class_commentRetrieve the comment for a Smalltalk class by providing its class name. Use this to read the class documentation and notes directly from the image.
Instructions
Get the comment of a Smalltalk class.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | The name of the class to retrieve comment for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||