shithub: trueawk

ref: 453ce8642b69943dee03e89fb7666a80f7c84bcf
dir: /bugs-fixed/unary-plus.awk/

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