Skip to content

Commit 4cac5d7

Browse files
author
James Brundage
committed
feat: Turtle.lt/rt ( Fixes #103 )
1 parent 7c1141a commit 4cac5d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Types/Turtle/Alias.psd1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
down = 'PenDown'
66
up = 'PenUp'
77
l = 'Left'
8+
lt = 'Left'
9+
rt = 'Right'
810
r = 'Right'
911
xPos = 'xcor'
1012
yPos = 'ycor'

0 commit comments

Comments
 (0)