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