ubuntu-buildroot/output/build/host-gawk-5.2.0/test/profile6.awk

8 lines
78 B
Awk
Raw Normal View History

2024-04-01 15:19:46 +00:00
BEGIN {
x = 3
print -(-x)
Q = "|"
print -3 Q (-4)
print -3 Q (-4) (-5)
}