Ashe Wrote:From what I remember (and could be/am likely entirely wrong) it was basically just you stating in English what you intended for each step. In other words, for every bit of code you would normally write, you would instead translate that to English as "Take a step forward. Calculate pi. Is an object in front of you? If YES then go to step A. If NO then go to step C. A - Is the object Poor_Bitch? If YES then go to step B. If NO then then go to step C. B - Insert your foot into its ass. C - Loop."
No it's more like...
Let varOne, varTwo, varThree all be intergers
print "Please enter the number two"
varOne<-readInput
if input is equal to 2, print "You typed in the right number", then stop; otherwise, print "You did not print the right number"

