How do I end Forks?
Author |
Message |
Executioner
![](http://awards.cesa.or.jp/prizelist/future/images/f06_b.jpg)
|
Posted: 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. |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Tue Jun 10, 2003 2:55 pm Post subject: (No 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 |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
|
|