github.com/benhoyt/goawk@v1.8.1/testdata/gawk/noeffect.awk (about)

     1  BEGIN {
     2  	s == "hello, world";
     3  	s + 1
     4  	;;
     5  	"s" 1
     6  	"a"
     7  	42
     8  	q = 42
     9  	q
    10  }