Sign in
apache
/
casbin-jcasbin-aviatorscript
/
refs/heads/stable
/
.
/
src
/
test
/
resources
/
scripts
/
for_continue2.av
blob: 19b4509817bdb7d113ed7a3ec21b656f44088613 [
file
] [
log
] [
blame
]
let
z
=
0
;
for
x
in
range
(
0
,
a
)
{
z
=
x
;
for
y
in
range
(
0
,
x
)
{
continue
;
}
}
z