sgs_IsCallable(P) [functions]

SGSBOOL sgs_IsCallable( sgs_Context* C, sgs_StkIdx item )

Returns whether the specified stack item item is callable.

SGSBOOL sgs_IsCallableP( sgs_Variable* var )

Returns whether the specified variable var is callable.