Computer Science Canada

How do I end Forks?

Author:  Executioner [ Tue Jun 10, 2003 1:54 pm ]
Post subject:  How do I end Forks?

Ok, I'm a complete noob with programming, but hey, I'm trying to learn what I can. ne ways, could you tell me how to end a fork that I have started before? If you could tell me how to do this(if it is possible) then I would greatly appreciate it.

Author:  Tony [ Tue Jun 10, 2003 2:55 pm ]
Post subject: 

you just come to the end of procedure...

forks are usually used in conjunction with a loop, so all you do is exit the loop and come to end of the fork. exit

or use return, ether way


: