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
/
typedregex4.awk
blob: 8e866c34fd37c136cd1c30377504eb998a0d8b65 (
plain
)
1
2
3
4
5
6
7
BEGIN
{
print
"typeof(x) ="
,
typeof
(
x
)
}
END
{
print
"typeof(y) ="
,
typeof
(
y
)
}