8 lines
35 B
Plaintext
8 lines
35 B
Plaintext
BEGIN {
|
|
x = 5
|
|
}
|
|
|
|
END {
|
|
print x
|
|
}
|