Skip to content

Commit 2a9ec4a

Browse files
author
James Brundage
committed
Removing Piped Assignment Second Example (#88)
1 parent 6980dea commit 2a9ec4a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Transpilers/Syntax/PipedAssignment.psx.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
# This will become:
1414
1515
$Collection = $Collection | Where-Object Name -match $pattern
16-
.EXAMPLE
17-
{
18-
$Collection |=| Where-Object Name -match $Pattern | Foreach-Object { $_.Name }
19-
} | .>PipeScript
2016
#>
2117
[ValidateScript({
2218
$ast = $_

0 commit comments

Comments
 (0)