Re: CENSUS of user's ages... (A82: )


[Prev][Next][Index][Thread]

Re: CENSUS of user's ages... (A82: )




Iwow I could have sworn that was not C, but if you say it is inline asm I
wanna learn it.

> > #include "studio.h"
>  > 
>  > main(char name)
>  > {
>  >         gets(name);
>  >         if(adam==name) printf("I guess you can use the computer...");
>  >         else busy();
>  > }
>  > busy()
>  > {
>  >         printf("Nope.  Not adam.../n/n");
>  >         busy()
>  > }
>  
>  Resulting in:
>  
>  
>  ? Adam
>  I guess you can use the computer...
>  
>  or:
>  
>  ? Sean       (that's me)
>  


Follow-Ups: