(block)
| 93 | function hideTurtle(){ visible = false; } |
| 94 | function showTurtle(){ visible = true; } |
| 95 | function forward(block){ _moveForward(Block.value(block)); } |
| 96 | function back(block){ _moveForward(-Block.value(block)); } |
| 97 | function circle(block){ drawCircle(Block.value(block)); } |
| 98 | function _turn(degrees){ direction += deg2rad(degrees); } |
nothing calls this directly
no test coverage detected