Sign in
apache
/
casbin-jcasbin-aviatorscript
/
refs/heads/stable
/
.
/
src
/
test
/
resources
/
scripts
/
while1.av
blob: a09f7a6503cc41458e6f695693df6a8934042227 [
file
] [
log
] [
blame
]
i
=
0
;
while
(
i
<
10
)
{
i
=
i
+
1
;
}
return
i
;