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 Railo

(Open Source CFML Engine)

Date:09/26/11
Author:Kevin L.
URL:n/a
Comments:0
Info:http://www.getrailo.org/
Score: (2.00 in 1 votes)
<html>
<head>
<title>Railo : 99 Bottles Of Beer</title>
</head>
<body>
<cfscript>
  for ( bottlenum = 99 ; bottlenum gt 1 ; bottlenum = bottlenum - 1 ) {
    WriteOutput("<p>#bottlenum# bottles of beer on the wall...#bottlenum# bottles of beer!<br>");
    WriteOutput("Take one down, pass it around...#bottlenum-1# bottles of beer on the wall</p>");
  }
  WriteOutput("<p>1 bottle of beer on the wall...1 bottle of beer!<br>");
  WriteOutput("Take one down, pass it around...No bottles of beer on the wall</p>");
</cfscript>
</body>
</html>

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: