MCPcopy Create free account
hub / github.com/aosabook/500lines / penUp

Function penUp

blockcode/code/turtle.js:91–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 function penUp(){ pen = false; }
92 function penDown(){ pen = true; }
93 function hideTurtle(){ visible = false; }
94 function showTurtle(){ visible = true; }

Callers 2

drawTurtleFunction · 0.85
drawCircleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected