Types/Turtle/get_Start.ps1

<#
.SYNOPSIS
    Gets the Start Vector a Turtle
.DESCRIPTION
    Gets the starting vector for a Turtle.

    Setting this value avoids an automatic calculation of a starting position.
.EXAMPLE
    turtle width 300 height 300 start 50 square 200 start
#>

return $this.'.Start'