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 FAST

Date:04/20/05
Author:Fabian M. Suchanek
URL:n/a
Comments:1
Info:http://www.mpi-inf.mpg.de/~suchanek/personal/
Score: (3.00 in 18 votes)
// 99 Bottles of Beer
// Written in FAST (see http://jump.to/fms -> FAST)
// (c) 2003-05-21 Fabian M. Suchanek

VAR i 99
WHILE (i > 0) (
 PRINTINT i 2
 PRINT " Bottle"
 IF (i > 1) (PRINT "s")
 PRINT " of beer on the wall\n"
 PRINT "Take one down, pass it around\n"
 DEC i
)

PRINT "Go to the store, buy some more\n"

Download Source | Write Comment

Alternative Versions

Comments

>>  geek said on 11/24/06 08:49:46

geek top geek

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: