home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / share / sharmies / unixdos / data.z / include.m4 < prev    next >
Text File  |  1997-11-18  |  151b  |  7 lines

  1. include(isnum.m4)
  2. ISNUM(18)
  3. ISNUM(abc)
  4. define(handleany,`ifelse(ISNUM($1),1,include(number.m4),include(alpha.m4))')
  5. handleany(18)
  6. handleany(abc)
  7.