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 CorVu

Date:04/20/05
Author:Anonymous
URL:n/a
Comments:0
Info:http://www.corvu.com.au
Score: (2.00 in 3 votes)
<a href=http://www.corvu.com.au>CorVu</a> is an integrated business intelligence suite
bottles = 99;

(bottles > 0)
?*
(
	text = ((bottles > 1) ? " bottles" : " bottle");
	display(bottles, text, " of beer on the wall,");
	newline();
	display(bottles, text, " of beer,");
	newline();
	display("Take one down, and pass it around,");
	newline();
	bottles = bottles - 1;
	(bottles > 0)
	?
	(
		text = ((bottles > 1) ? " bottles" : " bottle");
		display(bottles, text, " of beer on the wall.")
	)
	:
	(
		display("No more bottles of beer on the wall.")
	);
	newline(2)
);

display("No more bottles of beer on the wall,");
newline();
display("No more bottles of beer,");
newline();
display("Go to the store and buy some more,");
newline();
display("99 bottles of beer on the wall.");
newline()

Download Source | Write Comment

Alternative Versions

Comments

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: