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 Abal

Date:05/30/05
Author:Hermann Winner
URL:n/a
Comments:1
Info:n/a
Score: (2.59 in 32 votes)
* Abal version of 99 Bottles of beer
* Hermann Winner, http:
* Abal is an semi-interpreted language from PROLOGUE SA (french company)
* which runs on Prologue, DOS, Windows & most Unix systems
* the ancestor was BAL developped by R2E company during 70's who created
* one of the first personnal computer the MICRAL
* as you can see it looks pretty like Basic

program "bottles"

dcl i%
segment 0

	for i=100 to  1 step -1
		print=1:tabv(1),(zzz,x2,w33,zzz,x2,w17),i,"Bottle(s) of beer on the wall",i,"bottle(s) of beer"
		print=1:tabv(1),(w32),"Take on down and pass it around"
		print=1:tabv(1),(zzz,x2,w32),i-1,"Bottle(s) of beer on the wall"
	next i

eseg 0
end

Download Source | Write Comment

Alternative Versions

Comments

>>  Bertil Friman said on 12/12/07 22:13:32

Bertil Friman
This program does not appear to do the job.

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: