Voting

Category

real language

Bookmarking

Del.icio.us Digg Diigo DZone Earthlink Google Kick.ie
Windows Live LookLater Ma.gnolia Reddit Rojo StumbleUpon Technorati

Language TI 83+/84+(SE) Basic

Date:05/15/05
Author:Peter Klein
URL:n/a
Comments:3
Info:n/a
Score: (2.44 in 39 votes)
:"99 BOTTLES OF BEER 
:"FOR TI-83+/84+(SE)
:For(I,99,2,-1)
:Disp I
:Disp "BOTTLES OF BEER"
:Disp "ON THE WALL"
:Disp I
:Disp "BOTTLES OF BEER"
:Disp "TAKE ONE DOWN"
:Disp "PASS IT AROUND"
:Disp I-1
:Disp "BOTTLES OF BEER"
:Disp "ON THE WALL"
:End
:Disp 0
:Disp "BOTTLES OF BEER"
:Disp "ON THE WALL"
:Disp 0
:Disp "BOTTLES OF BEER"
:Disp "GO TO THE STORE,"
:Disp "BUY SOME MORE"

Download Source | Write Comment

Alternative Versions

Comments

>>  Jonathon said on 02/28/07 11:25:11

Jonathon Amazing... I was just thinking... What do I know that can't be up here yet.. Hey! TI eighty-th... oh man.... :-) nice work.

>>  Bob said on 11/04/07 19:02:09

Bob This program needs a wait statement somewhere in it

>>  wuppieigor said on 12/05/09 15:48:52

wuppieigor
"99 BOTTLES OF BEER
:"FOR TI-83+/84+(SE)
:Lbl 0
:For(I,99,2,-1
:Disp I
:Disp "BOTTLES OF BEER
:Disp "ON THE WALL
:Disp I
:Disp "BOTTLES OF BEER
:Disp "TAKE ONE DOWN
:Disp "PASS IT AROUND
:Disp I-1
:Disp "BOTTLES OF BEER
:Disp "ON THE WALL
:Pause
:End
:Disp 0
:Disp "BOTTLES OF BEER
:Disp "ON THE WALL
:Disp 0
:Disp "BOTTLES OF BEER
:Disp "GO TO THE STORE,
:Disp "BUY SOME MORE
:Pause
:Goto 0

I was thinking of removing the " and ) on the end because they aren't necessary
and also made a break in it and a goto so it will endlessly continue

Download Source | Write Comment

Add Comment

Please provide a value for the fields Name, Comment and Security Code.
This is a gravatar-friendly website.
E-mail addresses will never be shown.
Enter your e-mail address to use your gravatar.

Please don't post large portions of code here! Use the form to submit new examples or updates instead!

Name:

eMail:

URL:

Security Code:
  
Comment: