Add tag filter. Move benchmark to another project

This commit is contained in:
Ivan Shalganov
2013-10-08 17:48:23 +04:00
parent 24f22f8f43
commit 6fec661ea7
23 changed files with 182 additions and 5310 deletions

View File

@@ -0,0 +1,5 @@
{macro factorial(num)}
{if $num}
{$num} {macro.factorial num=$num-1} {$num}
{/if}
{/macro}