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