Fixed turtle() docs truncation issue.

This commit is contained in:
Revar Desmera 2020-03-17 20:03:36 -07:00
parent b0a57dab7d
commit 05827785f5
2 changed files with 2 additions and 2 deletions

View file

@ -406,7 +406,7 @@ function _normal_segment(p1,p2) =
// origin, pointed along the positive x axis with a movement distance of 1. By default, `turtle` returns just
// the computed turtle path. If you set `full_state` to true then it instead returns the full turtle state.
// You can invoke `turtle` again with this full state to continue the turtle path where you left off.
//
//
// The turtle state is a list with three entries: the path constructed so far, the current step as a 2-vector, and the current default angle.
//
// For the list below, `dist` is the current movement distance.

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,201];
BOSL_VERSION = [2,0,202];
// Section: BOSL Library Version Functions