Language M4
Date: | 04/20/05 |
Author: | Ozan S. Yigit |
URL: | n/a |
Comments: | 1 |
Info: | n/a |
Score: | (2.93 in 14 votes) |
A Unix macro language. # by Ozan S. Yigit" (oz@sni.ca) # define(BOTTLES,`ifelse($1, 0, no more bottles, $1, 1, one bottle, $1 bottles) of beer') dnl define(BEER,`ifelse(eval($1 > 0), 1, `BOTTLES($1) on the wall, BOTTLES($1) take one down, pass it around BOTTLES(eval($1 - 1)) on the wall. BEER(eval($1 - 1))')') dnl BEER(10)
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
k said on 02/19/09 12:39:47
Sorry, but it sucks. I have 98 friends around and i can only give a beer to 9 of them.