fork download
  1. function test(tmp="testval"){
  2. print(tmp)
  3. }
  4.  
  5. test("bye")
Success #stdin #stdout 3.39s 166948KB
stdin
Standard input is empty
stdout
bye