TEXT   181
function add x y
Guest on 24th December 2024 01:04:03 AM


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

Raw Paste

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