source:
trunk/essentials/sys-devel/m4/examples/exp.m4
Last change on this file was 3090, checked in by , 18 years ago | |
---|---|
File size: 81 bytes |
Line | |
---|---|
1 | define(`countdown', `$1 ifelse(eval($1 > 0), 1, `countdown(decr($1))', `Done')') |
Note:
See TracBrowser
for help on using the repository browser.