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 Oroogu

Date:04/20/05
Author:Anonymous
URL:n/a
Comments:1
Info:http://www.purists.org/oroogu/
Score: (2.93 in 15 votes)
#
# beer.or
# Prints the lyrics of "Ninety-Nine Bottles of Beer"
#
b = (99 .. 1) (
        d / (<b, "bottles of beer on the wall, ")
        d / (<b, "bottles of beer.\n")
        d / ("Take one down and pass it around, ") 
        d / (b - 1, "bottles of beer.\n\n")
) # b

Download Source | Write Comment

Alternative Versions

Comments

>>  Jan Kux said on 03/15/08 21:29:45

Jan Kux The program prints the wrong lyrics ("1 bottles" instead of "1 bottle";) and the website does not exist anymore.

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: