Language PPL
| Date: | 04/20/05 |
| Author: | Anonymous |
| URL: | n/a |
| Comments: | 0 |
| Info: | n/a |
| Score: |
' PC Board Programming Language (PPL) Version of 99 Bottles of beer
integer i
for i=100 to 1 step -1
println i," Bottle(s) of beer on the wall, ",i," bottle(s) of beer"
println "Take one down and pass it around,"
println i-1," bottle(s) of beer on the wall"
next
end
'compile with pplc (PCBoard Programming Language Compiler) delivered
'with PC Board
'PC Board is Copyright (C) 1993-95, Clark Development Company, Inc.
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