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 DB4Web

Date:04/20/05
Author:Ruby
URL:n/a
Comments:0
Info:n/a
Score: (2.33 in 3 votes)
<HTML>
<body>
# DB4Web is a Siemens developed language used as CGI
# to produce dynamic websites. Main goal is the DB-Gateway
# It lived around 1999 and seems dead now.
# embedded in html, no procedures.
#
# Provided by (Ruby) "ed.lrefpeok@lp".reverse

<p>

.SET b=99
.WHILE b!=0
.IF b==1
    1 bottle of beer on the wall. 1 bottle of beer<br>
.ELSE
    :b bottles of beer on the wall, :b bottles of beer<br>
.ENDIF
take one down, pass it around<br>
.SET b=:b - 1

.ENDWHILE

no more bottles of beer <br>
Go to the store and buy some more
</p>
</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: