Sign in
apache
/
zetacomponents
/
trunk
/
.
/
Template
/
tests
/
regression_tests
/
while
/
correct
/
while.in
blob: 4cc79c70e6d928aaf5a9c5e71b00b5c634ca82a7 [
file
] [
log
] [
blame
]
{
var
$i
=
0
}
{
while
$i
<
5
}
{
"count: "
.
$i
}
{
$i
++}
{/
while
}
{
while
$i
>
0
}
{
"count: "
.
$i
}
{
$i
-=
1
}
{/
while
}