(root)/
gawk-5.2.2/
test/
mpfrcase.awk
{
    switch ($1) { case "A" : arr[1] = $1 }
    print "value: " arr[1]
}