Reply
Reply | Flag | Categorize
AriMB 07 Feb 2013 17:29
AriMB

Included page "member:arimb" does not exist (create it now)


Guest

Lat's see…my best program is probably either my own version of snake or a blackjack program I wrote. I became interested in programming originally because I was lazy and did not feel like remembering all of the math and science formulas. And I'm terrible at optimizing because…I'm terrible at optimizing (my programs are all like 10x longer than they would be if they were optimized). An example of what some of my early programs were (like when I had never even heard of optimizing).

If A=1
then
disp "1"
end
if A=2
then
disp "2"
end
if a=3
then
disp "3"
if a=4
then
disp "4"
end
etc.

Attachment:

Make a reply:

To use the style buttons, click on the one you want, then press Ctrl+V.


This is the Redirect module that redirects the browser directly to the "http://snippets.wdfiles.com/local--code/code:url-title-with-slash-redirect/2#http://tibasicdev.wikidot.com/post:112" page.
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial 2.5 License.