home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / m4-1.0.3 / examples / exp.m4 < prev    next >
Encoding:
Text File  |  1991-08-04  |  81 b   |  2 lines

  1. define(`countdown', `$1 ifelse(eval($1 > 0), 1, `countdown(decr($1))', `Done')')
  2.