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