by Zender_Solarheart » Thu Mar 08, 2012 1:15 am
On the programming topic: The "do" keyword is used for "do - while" loops, which are used to make a loop that you want to execute at least once. Since it reads the loop's code-block top-to-bottom, the fact that the "do - while" loop's condition is listed at the bottom causes it to run the events once, THEN checks the condition. With a "for" or "while" loop, it checks the condition first, so it's possible to skip the loop's events entirely if the condition is never true. Thank you, memories of C++ in high school Advanced Programming! XD
On the subject of the RP: I have a sinking feeling that Jason and Alice are gonna get Zurg-rushed pretty soon...
Certified Determinator and Japanese Technique Namer of the LoK forums. Also, the eternal nemesis of Razajin.