This website requires JavaScript.
Explore
Help
Sign In
hyung-hwan
/
qse
Watch
1
Star
0
Fork
0
You've already forked qse
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4b33fba56f
qse
/
ase
/
test
/
awk
/
t5.awk
11 lines
79 B
Awk
Raw
Normal View
History
Unescape
Escape
*** empty log message ***
2006-08-04 06:39:05 +00:00
BEGIN
{
*** empty log message ***
2006-04-30 17:12:51 +00:00
x
[
1
]
=
20
;
x
[
2
]
=
40
;
x
[
3
]
=
50
;
for
(
i
in
x
)
{
j
[
i
]
=
i
;
}
}
Reference in New Issue
Copy Permalink