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