xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
concat5.awk
(revision 533affcbc7fc4d0c8132976ea454aaa715fe2307)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
2
OFMT
=
"%.8g"
3
x
=
1
4
x
+= .
1
5
x
= (
x
"a"
)
6
print
x
7
}
8