Language ao
(alternative version)
| Date: | 10/29/05 |
| Author: | Arturo Borquez E. |
| URL: | n/a |
| Comments: | 2 |
| Info: | n/a |
| Score: |
# COMBINATORS USED ---------------------------
[? '\n' ?] ?n OP
[(x) x x x] X3 OP
[(_)] X- OP
[-> (_ x) x] ->> OP
[(f i c) [i] [i c <] [] [i f . i 1 -] REC] Downto OP
[{atoi(0 @Str) - Int}] Atoi OP
# THE BOTTLES PROGRAM ------------------------
[X- "Take one down, pass it around, No more bottles of beer on the wall!\n" ?n] Nomore OP
["Take one down, pass it around, " ? 1 - ?
" bottle(s) of beer on the wall.\n" ?n] Beers OP
[X3 ? " bottle(s) of beer on the wall," ?n ? " bottle(s) of beer." ?n
[1 =] [Nomore] [Beers] IFTE]
ARGC 2 = [ARGV 1 ->> Atoi] [1] IFTE 1 Downto
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
[{atoi(0 @Str) - Int}] Atoi OP