7 lines
174 B
Text
7 lines
174 B
Text
include "NSLog.incl"
|
|
|
|
CFStringRef repeatStr
|
|
repeatStr = @"Hello, World!\n"
|
|
NSLog( @"%@", fn StringByPaddingToLength( @"", 50 * len(repeatStr), repeatStr, 0 ) )
|
|
|
|
HandleEvents
|