2016-12-17 19:39:01 +08:00

2 lines
81 B
Plaintext

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