Sign in
apache
/
casbin-jcasbin-aviatorscript
/
refs/heads/stable
/
.
/
src
/
test
/
resources
/
scripts
/
while2.av
blob: 051508bb52f40abc815abf651e8ebaa7610115f0 [
file
] [
log
] [
blame
]
i
=
0
;
while
(
true
)
{
i
=
i
+
1
;
if
i
>=
10
{
return
i
;
}
}
j
.
fail
();