This site is
A school assignment. So it must encompass some aspects of education
and must also be presentable to a teacher. If you don't like how these rules work, then that's tough crap because it's
my site. So sit back and try not to concentrate. I'm going to try to educate you on common aspects of my school.
The never ending loop
Since our regular teacher took some time off, Mr. Tinti has ordered us
to make a website on Programming related topics. Mr.Tinti is the coolest, or something like that. Anyway, we have
learned a few cool things since he arrived. One thing is a never ending program. A "loop."
A loop is a program designed to execute a set of information in the same
way, in the same format.
First you type in Timer on to access your computers
clock. Type a for count = 1 to timer. This will start a count
loop. The cool thing is that the timer will never stop counting so the loop will never end. Then type in print
count. This will allow the user to see the loop in action, counting numbers. Type in next so the loop
can do the procedure over again. Finally type end, not for any reason because the program
will never end, but just to make it look good.
Note: This program is an infinite loop program,
but it will end because there is only so much memory your computer can handle. You will also
get bored and want to exit the program. Just do the magical and all-powerful buttons (ctrl + alt + delete) and end task.