fork download
  1. function foo(a,b)
  2. print(a)
  3. print(b)
  4. end
  5.  
  6. foo("1", "2", "3")
Success #stdin #stdout 0.01s 2540KB
stdin
Standard input is empty
stdout
1
2