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

tcl> objc:isType {struct int float}
1
tcl> objc:isType NSPoint
1

SEE ALSO

objc:expandType
objc:typedef

KEYWORDS
type

Index