This is loopTest.m in view mode; [Download] [Up]
#import <objc/Object.h> void main() { id object = [Object new]; int i; for (i = 0; i < 10; i++) printf("i is %d.\n", i); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.