Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
i <- 0 while (i < 6) { i <- i + 1 if (i == 3) { next } print(i) }
x
i
<-
0
while
(
i
<
6
) {
i
<-
i
+
1
if
(
i
==
3
) {
next
}
print
(
i
)
}
[1] 1
[1] 2
[1] 4
[1] 5
[1] 6