shithub: trueawk

ref: e5a89e63feb665c476df819f5ce5f247d0068124
dir: /bugs-fixed/unary-plus.awk/

View raw version
BEGIN {
	print +"q"
    print +"43.12345678912345678"
}