Sign in
◑
Theme
apache
/
casbin-jcasbin-aviatorscript
/
refs/heads/master
/
.
/
src
/
test
/
resources
/
scripts
/
for_continue5.av
blob: ac7328983ae789875ce272a54113d740e11d034c [
file
]
let
y
=
0
;
for
x
in
range
(
0
,
a
)
{
if
(
x
<
10
)
{
continue
;
}
else
{
let
z
=
x
;
z
=
z
+
1
;
}
y
=
y
+
x
;
}
y