3 lines
43 B
Plaintext
3 lines
43 B
Plaintext
function a() { go b() }
|
|
function b() { 1 }
|
function a() { go b() }
|
|
function b() { 1 }
|