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 COCOA

Date:04/20/05
Author:Philipp Winterberg
URL:http://www.winterbergs.de/
Comments:4
Info:http://www.mcmanis.com/~cmcmanis/java/javaworld/examples/BASIC.html
Score: (1.50 in 14 votes)
' COCOA version of 99 Bottles of beer (Bottles.cocoa)
' See http://www.mcmanis.com/~cmcmanis/java/javaworld/examples/BASIC.html
' Philipp Winterberg, http://www.winterbergs.de
'
' How to use:
' 1. Go to http://www.mcmanis.com/~cmcmanis/java/javaworld/examples/BASIC.html
' 2. Copy only the code line below (it is a single line!)
' 3. Paste it into COCOA window
' 4. Press enter and enjoy ;)

for b=99 to 1 step -1:print b;" bottle(s) of beer on the wall,":print b;" 
bottle(s) of beer.":print "Take one down, pass it around,":print (b-1);" 
bottle(s) of beer on the wall.":print " ":next b

Download Source | Write Comment

Alternative Versions

Comments

>>  SealedSun said on 11/17/05 07:59:26

SealedSun The URL to the language interpreter returns a 404. :-(

>>  Hi ho said on 07/23/06 03:57:49

Hi ho Testing

>>  romario said on 03/12/10 13:32:02

romario Isn't COCOA an App Framework for MAC OS X?

>>  barrym said on 03/29/10 05:53:52

barrym More lazy-ass "bottle(s)" code. C'mon Phil, give us a conditional
expression or two. Geez Louise..........

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: