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 Kermit

Date:04/20/05
Author:Scott Snadow
URL:n/a
Comments:0
Info:n/a
Score: (2.96 in 24 votes)
In case you missed it, Kermit is the communications program that 
seems to have been ported to just about everything, from the 
Timex Sinclair to the Cray II.

comment --- 99 bottles of beer, in Kermit scripting language.
comment --- Execute by using the TAKE command in Kermit, or naming
comment --- this file with the default initialization file name.
comment --- 23-Sep-1997 --- Scott Snadow, snadow@eisner.decus.org

set count 99
:loop
if < \v(count) 99 echo \v(count) bottle(s) of beer on the wall.
echo
echo \v(count) bottle(s) of beer on the wall, \v(count) bottle(s) of beer.
echo Take one down, pass it around,
if count goto loop
echo No bottles of beer on the wall.

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: