9 lines
126 B
Text
9 lines
126 B
Text
|
|
// Object dimensioned, but not assigned
|
||
|
|
CFStringRef object
|
||
|
|
|
||
|
|
if ( object == NULL )
|
||
|
|
print "object is NULL"
|
||
|
|
end if
|
||
|
|
|
||
|
|
HandleEvents
|