xref
: /
openbsd-src
/
regress
/
usr.bin
/
bc
/
t3.in
(revision 72a6d7bd0acbb2f55631aaafc07cb7cd61572af3)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
for (i = 0; i < 10; i++) {
2
a[i] = 3;
3
if (x % 3 == 0) break;
4
}
5