diff --git a/Dojo/FractalForest/Script.fsx b/Dojo/FractalForest/Script.fsx index bb569d4..c856615 100644 --- a/Dojo/FractalForest/Script.fsx +++ b/Dojo/FractalForest/Script.fsx @@ -46,7 +46,7 @@ let pi = Math.PI // Now... your turn to draw // The trunk -draw 250. 50. (pi*(0.5)) 100.0 4. +draw 250. 50. (pi*(0.5)) 100. 4. let x, y = endpoint 250. 50. (pi*(0.5)) 100. // first and second branches draw x y (pi*(0.5 + 0.3)) 50. 2.