2020-05-15 19:17:08 +10:00

5 lines
84 B
Plaintext

function foo(i, f, s)
{
print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}