source: trunk/essentials/sys-devel/m4/examples/debug.m4

Last change on this file was 3090, checked in by bird, 18 years ago

m4 1.4.8

File size: 136 bytes
Line 
1define(`countdown', `$1 ifelse(eval($1 > 0), 1, `countdown(decr($1))', `Liftoff')')
2debugmode(`aeqc')
3traceon(`countdown')
4countdown(2)
Note: See TracBrowser for help on using the repository browser.