Advertisement
Guest User

nico

a guest
Feb 12th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. $trees = @("Alder","Ash","Birch","Cedar","Chestnut","Elm")
  2.  
  3. foreach ($tree in $trees) {
  4. "$tree = " + $tree.length
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement