TEXT   186
z function x y
Guest on 24th December 2024 01:04:46 AM


  1. z = function (x, y) {
  2.     return x + y
  3. }(10,15)

Raw Paste

Login or Register to edit or fork this paste. It's free.