index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
bugs-fixed
/
unary-plus.awk
blob: ba6185b9670407fdb3b98a0a96e6dc8364c7fcdd (
plain
)
1
2
3
4
BEGIN
{
print
+
"q"
print
+
"43.12345678912345678"
}