Language BRL
| Date: | 04/20/05 |
| Author: | Bruce Lewis |
| URL: | n/a |
| Comments: | 0 |
| Info: | http://brl.codesimply.net/ |
| Score: |
<!--
BRL version of 99 bottles of beer
http://brl.codesimply.net/
Bruce Lewis doubts he could use correct grammar after 98 beers.
-->
[(let drink ((bottles 99))
(brl-when (positive? bottles)
]<p>[bottles] bottles of beer on the wall;
[bottles] bottles of beer!<br>
Take one down, pass it around;
[(- bottles 1)] bottles of beer on the wall!</p>
[ (drink (- bottles 1))))
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