awk/bugs-fixed/unary-plus.awk

5 lines
56 B
Awk
Raw Permalink Normal View History

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