changed the way to handle @words.
switched global, local, reset, abort to @global, @local, @reset, @abort to avoid collision with existing awk programs
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
global ARGV;
|
||||
@global ARGV;
|
||||
|
||||
BEGIN {
|
||||
print ARGC;
|
||||
|
Reference in New Issue
Block a user