improved the standard console handler to handle when ARGV has been overridden in a script
This commit is contained in:
1
qse/regress/awk/emp-006.awk
Normal file
1
qse/regress/awk/emp-006.awk
Normal file
@ -0,0 +1 @@
|
||||
{ printf ("total pay for %s is $%.2f\n", $1, $2 * $3); }
|
Reference in New Issue
Block a user