5 lines
88 B
Plaintext
Executable File
5 lines
88 B
Plaintext
Executable File
function foo(i, f, s)
|
|
{
|
|
print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
|
|
}
|