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
/
gnu
/
concat5.awk
blob: 6bfbb856c58c55b201f0fc3722c2d4c891d07cb7 (
plain
)
1
2
3
4
5
6
7
BEGIN
{
OFMT
=
"%.8g"
x =
1
x
+
=
.1
x =
(
x
"a"
)
print
x
}