qse/ase/cmd/awk/t50.awk

7 lines
58 B
Awk
Raw Normal View History

BEGIN {
two = 2; three = 3;
print (two three) + 4;
}