9 lines
139 B
Text
9 lines
139 B
Text
|
|
void local fn DoIt
|
||
|
|
CFArrayRef array = @[@"apple",@"orange",@"cherry",@"grape",@"lemon"]
|
||
|
|
print len(array)
|
||
|
|
end fn
|
||
|
|
|
||
|
|
fn DoIt
|
||
|
|
|
||
|
|
HandleEvents
|