21.07.2015 Views

GAWK: Effective AWK Programming

GAWK: Effective AWK Programming

GAWK: Effective AWK Programming

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter 8: Functions 159}BEGIN {b = 1foo(b)# invalid: fatal type mismatchfoo(x) # x uninitialized, becomes an array dynamicallyx = 1 # now not allowed, runtime error}Usually, such things aren’t a big issue, but it’s worth being aware of them.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!