(root)/
gawk-5.2.2/
test/
fpat3.awk
BEGIN {
	FPAT = "[^,]*"

}

{
	if (x) NF
	for (i = 1; i <= 4; ++i)
		print i, $i
}