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