xref
: /
openbsd-src
/
regress
/
usr.bin
/
bc
/
t8.in
(revision a215a80334d17ff5ec7d6ecbd0131f3e2ed60c52)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
while (a < 10) {
2
a += 1;
3
if (a == 2) if (1) continue;
4
if (a == 7) if (1) continue;
5
a
6
}
7