File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ Let's see it as a pattern:
326326
327327Imagine we are four turtles in a square, each trying to catch up with the next turtle.
328328
329- What kind of shape do you think our paths will draw?
329+ [ What kind of shape do you think our paths will draw?] (Get-Content ./Examples/FollowThatTurtle.turtle.ps1)
330330
331331~~~ PowerShell
332332.SYNOPSIS
@@ -401,8 +401,7 @@ Let's see it as a pattern:
401401
402402Now let's imagine we have four turtles in the center, and they're trying to get away from the turtles in the corners.
403403
404- What kind of shape will this produce?
405-
404+ [ What kind of shape will this produce?] ( ./Examples/FollowThatTurtleHideAndSeek.turtle.ps1 )
406405~~~ PowerShell
407406.SYNOPSIS
408407 Hide and Seek
Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ Let's see it as a pattern:
443443
444444Imagine we are four turtles in a square, each trying to catch up with the next turtle.
445445
446- What kind of shape do you think our paths will draw?
446+ [ What kind of shape do you think our paths will draw?](Get-Content ./Examples/FollowThatTurtle.turtle.ps1)
447447
448448~~~PowerShell
449449$ (
@@ -473,8 +473,7 @@ Let's see it as a pattern:
473473
474474Now let's imagine we have four turtles in the center, and they're trying to get away from the turtles in the corners.
475475
476- What kind of shape will this produce?
477-
476+ [What kind of shape will this produce?](./Examples/FollowThatTurtleHideAndSeek.turtle.ps1)
478477~~~PowerShell
479478$ (
480479 @ (Get-Content ./ Examples/ FollowThatTurtleHideAndSeek.turtle.ps1 |
You can’t perform that action at this time.
0 commit comments