Skip to content

Commit af1bd20

Browse files
author
James Brundage
committed
feat: Turtle.js.rotate ( Fixes PoshWeb#304 )
1 parent f5d905d commit af1bd20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Types/Turtle.js/rotate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
function rotate(angle) { this.heading += Number(angle); return this }

0 commit comments

Comments
 (0)