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