File:  [parser3project] / parser3 / tests / 229.html
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Aug 24 08:39:49 2009 UTC (17 years ago) by misha
Branches: MAIN
CVS tags: HEAD
no message

@main[]
^do{^if[]}
^do{^if(true)}
^do{^if(true){1}}
^do{^if(true){1}{2}}
^do{^if(true){1}{2}{3}}
<hr />

^do{^for[]}
^do{^for[i]}
^do{^for[i](0)}
^do{^for[i](0;1)}
^do{^for[i](0;1){$i }}
^do{^for[i](0;1){$i }[,]}
^do{^for[i](0;1){$i }[,][z]}
<hr />

^do{^process[]}
^do{^process{1}}
^do{^process{1}[$.file[file]]}
^do{^process{1}[$.file[file]][zigi][zigi]}
<hr />

^do{^method[]}
^do{^method(1)}
^do{^method(1){1}}
^do{^method(1){1}{2}}



@do[jCode]
^try{$jCode}{$exception.handled(1)$exception.source $exception.comment}<br />


@method[a;b]
$a=$b

E-mail: