Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
drawTurtle
Function · 0.85
drawCircle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected