Language Abal
| Date: | 05/30/05 |
| Author: | Hermann Winner |
| URL: | n/a |
| Comments: | 1 |
| Info: | n/a |
| Score: |
* 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
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!
Comments
This program does not appear to do the job.