Initial project's source code check-in.

This commit is contained in:
ptsurbeleu 2011-07-13 16:07:32 -07:00
commit b03b0b373f
4573 changed files with 981205 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{foreach elem in arr1 index idx}
{$elem} - {$idx % 2}
{/foreach}
{for i = 0 to b*4}{if i >= 4},{/if} {$i}{/for}
{$arr1[1]}
{$ arr1[1]
.length}
{$a+b-1}
{$ a*(b/1) / 2-a+b+3/2 }
{if a}a!!!{/if}
{if b==null}b is not set{/if}
Hello {$2+a},
{if a+(b+1)/2*4 == 42/3}
conditional expression
{/if}
Best regards,
Support team