test.nut 84 B

12345
  1. function foo(i, f, s)
  2. {
  3. print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
  4. }