thurtle: Add unicode aliases

This commit is contained in:
Remko Tronçon 2024-01-21 17:44:30 +01:00
parent e4ef0e2f96
commit 41f3cf653c

View file

@ -10,3 +10,9 @@
: SETPENCOLOR ( n -- ) S" setpencolor" SCALL ;
: SETXY ( n1 n2 -- ) S" setxy" SCALL ;
: SETHEADING ( n -- ) S" setheading" SCALL ;
\ Aliases
: ⬆️ FORWARD ;
: ⬇️ BACKWARD ;
: ⬅️ LEFT ;
: ➡️ RIGHT ;