Paste: alias

Author: john
Mode: text
Date: Tue, 21 Sep 2010 00:37:06
Plain Text |
alias test {
 if ($1) return test($calc($1 - 1))
 else return 0
}

New Annotation

Summary:
Author:
Mode:
Body: