Joy Online Manual
| NAME |
| objc:isType - Check if a type is known |
| SYNOPSIS |
objc:isType type
| DESCRIPTION |
| Checks if the string type describes a currently existing data type in Joy syntax and returns 1 if it does, 0 if it doesn't. |
| EXAMPLES |
joy> objc:isType {struct int float}
1
joy> objc:isType NSPoint
1
| SEE ALSO |
| KEYWORDS |
| type |
| Index |