summaryrefslogtreecommitdiff
path: root/test/scalar.awk
blob: 9027389bae57f207495035cc7fdf3698d6499305 (plain)
1
2
3
4
BEGIN{
	sub(/x/,"",a)
	a[1]
}