10 lines
99 B
Text
10 lines
99 B
Text
|
|
include "NSLog.incl"
|
||
|
|
|
||
|
|
dispatchglobal
|
||
|
|
while 1
|
||
|
|
NSLog(@"SPAM")
|
||
|
|
wend
|
||
|
|
dispatchend
|
||
|
|
|
||
|
|
HandleEvents
|