10 lines
144 B
Text
10 lines
144 B
Text
|
|
include "NSLog.incl"
|
||
|
|
|
||
|
|
CFStringRef s = @"12345"
|
||
|
|
NSInteger i
|
||
|
|
|
||
|
|
for i = 1 to 10
|
||
|
|
NSLog( @"%ld", fn StringIntegerValue( s ) + i )
|
||
|
|
next
|
||
|
|
HandleEvents
|