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
/
include.awk
blob: 8fc7837d543679e35e5c7c8a6f078afc8f0e592f (
plain
)
1
2
3
4
5
@include
"inclib.awk"
BEGIN
{
print
sandwich
(
"a"
,
"b"
,
"c"
)
}