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 haXe

(simple, short, fast and crossplatform)

Date:11/28/09
Author:tong
URL:http://disktree.net
Comments:1
Info:http://haxe.org
Score: (3.67 in 3 votes)
class NinetyNineBottles {
	
	static function sing( i : Int = 99 ) : String {
		var num = i, b = new StringBuf();
		do {
			b.add( i );
			if( i == 1 ) {
				b.add( " bottle of beer on the wall, " );
				b.add( i );
				b.add( " bottle of beer.\nTake one down and pass it around, no more bottles" );
			} else {
				b.add( " bottles of beer on the wall, " );
				b.add( i );
				b.add( " bottles of beer.\nTake one down and pass it around, " );
				b.add( i-1 );
				b.add( " bottle" );
				b.add( (i==2)?"":"s" );
			}
			b.add( " of beer on the wall.\n\n" );
		} while( --i > 0 );
		b.add( "No more bottles of beer on the wall, no more bottles of beer.\n" );
		b.add( "Go to the store and buy some more, " );
		b.add( num );
		b.add( " bottles of beer on the wall." );
		return b.toString();
	}
	
	static function main() {
		#if neko
		neko.Lib.print( sing( 99 ) );
		#end
	}
}

Download Source | Write Comment

Alternative Versions

VersionAuthorDateCommentsRate
1Stephane Bebrone11/27/062

Comments

>>  Anonymous said on 08/19/10 10:35:18

Anonymous After she met in prada sunglasses and I think this girl is so cute, is not love to speak (later know that this is because people know him), wearing a fashionable dress, it is clear she air max is not a rigid little womens winter boots girl. Since then my discount boots attention is air max 95 completely into the body of this lovely girl. All this proves that I did not dust free for many moncler women years air max 95 and uk uggs so emotional, but ultimately I chose to uk ugg boots escape, few pedestrians prada store walking in sale winter boots the streets of stepping on his own winter boots on sale shadow, I admit, cheap winter boots I was weak, though I tried to you forget, but I can ugg boots not, I'm afraid of walking alone on this feeling moncler jackets of solitude. Leaves were gone, air jordan 12 return to earth. However, people sheepskin ugg boots who can have life calm and no love, no hate, no resentment, no regret? ! I ... ... can not. But cheap ugg boots even if we have missed the hand, but I have to tell you know you are nike air max shoes my lucky prada handbags life. Perhaps it should be, just have your back!

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: