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