index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
syn
/
aryprm1.awk
blob: e5bb9915bd7200d68cf730c52591c1cacb3bf670 (
plain
)
1
2
3
4
5
6
7
8
9
function
f
(
a
) {
if
(
3
in a
)
print
7
a =
5
}
BEGIN
{
f
(
arr
)
}