xref: /freebsd/contrib/one-true-awk/testdir/p.19 (revision cff4823804363cf199c7c87eed8870ad014066cc)
1BEGIN	{ digits = "^[0-9]+$" }
2$2 !~ digits
3