freebsd-skq/contrib/awk/test/noeffect.awk
1997-10-14 18:17:11 +00:00

5 lines
41 B
Awk

BEGIN {
s == "hello, world";
print s
}