awk build-in function and user-defined function
597阅读 0评论2008-12-12 wqfhenanxc_cu
分类:
Whitespace is ignored between the built-in function name and the
open parenthesis, and it is good practice to avoid using whitespace
there. User-defined functions do not permit whitespace in this way, and
it is easier to avoid mistakes by following a simple
convention that always works--no whitespace after a function name.