aboutsummaryrefslogtreecommitdiffstats
path: root/test/mpfrcase.awk
blob: 4ecd75b60948ee1a29508168b2d8d6fe619f7719 (plain)
1
2
3
4
{
    switch ($1) { case "A" : arr[1] = $1 }
    print "value: " arr[1]
}