Guest User

Untitled

a guest
Dec 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. # defining a anonymous function
  2. $mul = $args[0]*$args[1]}
  3.  
  4. # calling a anonymous function
  5. & $mul 2 4
  6. & $mul 3 5
Add Comment
Please, Sign In to add comment