aboutsummaryrefslogtreecommitdiffstats
path: root/test/typedregex5.awk
blob: f702543b90862fcdc44f42ed52dd2162fabcfd31 (plain)
1
2
BEGIN { FS = @/./ }
{ print typeof(FS), $1, NF }