awk/bugs-fixed/unary-plus.awk
2018-08-22 20:40:26 +03:00

5 lines
56 B
Awk

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