4 lines
82 B
Text
4 lines
82 B
Text
|
|
CFStringRef string = @"Hello, "
|
||
|
|
string = concat( string, @"World!" )
|
||
|
|
print string
|