*** empty log message ***
This commit is contained in:
1
ase/test/awk/emp-009.awk
Normal file
1
ase/test/awk/emp-009.awk
Normal file
@ -0,0 +1 @@
|
||||
$2 * $3 > 50 { printf ("$%.2f for %s\n", $2 * $3, $1); }
|
Reference in New Issue
Block a user