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 io

Date:04/20/05
Author:Laurent Vogel
URL:http://lvogel.free.fr/
Comments:0
Info:n/a
Score: (1.45 in 11 votes)
#  io version of 99 bottles of beer
#  Laurent Vogel,  http://lvogel.free.fr
#  Tested with the Amalthea interpreter:
#  http://www.dtek.chalmers.se/~d97masa/files/amalthea084.zip

declare p: -> s c; print_string_ s c.
declare nl: -> c; print_string "" c.
declare a: -> n c; = 0 n (p "No more" c); print_int_ n; c.
declare b: -> n c; = 1 n c; p "s"; c.
declare q: -> n c; a n ; p " bottle"; b n; p " of beer"; c.
declare r: -> n c; q n; p " on the wall,"; nl; q n; p "."; nl;
  p "Take one down, pass it around,"; nl; - n 1 -> n; q n; 
  p " on the wall."; nl; nl; = 0 n c; r n c.
r 99 terminate

Download Source | Write Comment

Alternative Versions

VersionAuthorDateCommentsRate
1Laurent Vogel04/20/052

Comments

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: