index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
mpfrcase.awk
blob: 4ecd75b60948ee1a29508168b2d8d6fe619f7719 (
plain
)
1
2
3
4
{
switch
(
$1
)
{
case
"A"
:
arr
[
1
]
=
$1
}
print
"value: "
arr
[
1
]
}