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 Portable ISO Standard Pascal

Date:04/20/05
Author:Philipp Winterberg
URL:http://www.winterbergs.de/
Comments:4
Info:http://www.programmersheaven.com/zone24/cat351/4262.htm
Score: (1.00 in 11 votes)
{ Portable ISO Standard Pascal version of 99 Bottles of beer (Bottles.pas) }
{ See http://www.programmersheaven.com/zone24/cat351/4262.htm              }
{ Philipp Winterberg, http://www.winterbergs.de                            } 

program Bottles(output); var b: integer; {$c+,t+} 
begin
  for b:= 99 downto 1 do 
    writeln(b, ' bottle(s) of beer on the wall,', #13#10, 
            b, ' bottle(s) of beer.', #13#10,  
            'Take one down, pass it around,', #13#10, 
            (b-1), ' bottle(s) of beer on the wall.', #13#10)
end.

Download Source | Write Comment

Alternative Versions

Comments

>>  iso consultants delhi said on 09/15/06 18:45:59

iso consultants delhi SamarthConsultants.com has a team of professional which provide ISO - 9001, 14001, 22000, OHSAS 18001, SA 8000 Quality Standard Delhi

>>  Gordon E. Peterson II said on 08/14/07 20:20:21

Gordon E. Peterson II I'd be a lot more impressed if the program actually output the "official lyrics" in the reference form posted on the site... Didn't most of the people posting here bother to read what the problem assignment was?

>>  Rugxulo said on 01/07/10 06:28:49

Rugxulo I'm the last person on Earth to claim to understand Pascal, but I don't think this is really "standard". Compiles fine with GPC as-is, but not if you use the "--standard-pascal" switch.

>>  barrym said on 03/29/10 07:52:14

barrym More lazy-ass "bottle(s)" code. C'mon Phil, give us a conditional
expression or two. Geez Louise..........

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: