qse/regress/awk/lang-018.awk

6 lines
38 B
Awk

@global ARGV;
BEGIN {
print ARGC;
}