9 lines
144 B
Text
9 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
|