window 1 CFStringRef s1, s2 s1 = @"any text value " print s1 s2 = fn StringByAppendingString( s1, @"another string literal" ) print s2 HandleEvents