8 lines
49 B
Plaintext
8 lines
49 B
Plaintext
BEGIN {
|
|
foo()
|
|
print "ok"
|
|
}
|
|
|
|
function foo() {
|
|
}
|