Guest User

Untitled

a guest
Feb 22nd, 2018
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. "{0,-20} | {1,5} | {2}" -f "bob", "3", "you@me.com"
  2.  
  3. "{name,-20} | {age,5} | {mail}" ??? @{
  4. "name" = "bob";
  5. "age" = "3";
  6. "mail" = "you@me.com"
  7. }
Add Comment
Please, Sign In to add comment