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 Notes@Formula

Date:05/28/05
Author:Brandon Zylstra
URL:n/a
Comments:0
Info:n/a
Score: (2.45 in 11 votes)
REM {ND6 version of 99 Bottles of Beer on the Wall};
REM { by Brandon Zylstra of ZebraFish Studios }; 
REM { www.zebrafishstudios.com }; 
REM { (see also kludgey R5 version) }; 
REM { put the following in computed text: };
@For(b := 99; b > 0; b := b - 1; Verses := Verses + @Text(b) + (word := @If(b = 1; " bottle ";
"bottles"))+ "of beer on the wall, " + @Text(b) + word + "of beer. " + (nl :=@NewLine) + "Take " +
@If(b = 1; "it" ; "one") + " down, pass itaround, " + @If(b = 1; "no" ;@Text(b-1)) + @If(b-1 = 1; "
bottle "; "bottles ") + "of beer on the wall." + nl); Verses

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: