Thread: Player Levels
View Single Post
  #14  
Old 10-14-2007, 10:41 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
return: Leaves the function and returns parameters to the function caller.
break: Immediately ends the loop or switch and jumps to the end of it.
continue: Ends the current step of the while/for loop and continues with the next one.

Make sure you remember which is which
__________________
Do it with a DON!
Reply With Quote