xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
bugs-fixed
/
unary-plus.awk
(revision d6beba26494f4877120c99b5931876f56ba5dee5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
2
print
+
"q"
3
print
+
"43.12345678912345678"
4
}
5