Guest User

Untitled

a guest
Mar 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function hello($a, $b) {
  2. Write-host "a is $a and b is $b"
  3. }
  4.  
  5. hello("first", "second")
  6.  
  7. a is first and b is second
  8.  
  9. a is first second and b is
Add Comment
Please, Sign In to add comment