awk/bugs-fixed/unary-plus.awk

5 lines
56 B
Awk

BEGIN {
print +"q"
print +"43.12345678912345678"
}