mirror of
https://github.com/remko/waforth
synced 2024-12-25 09:59:07 +01:00
thurtle: Add unicode aliases
This commit is contained in:
parent
e4ef0e2f96
commit
41f3cf653c
1 changed files with 6 additions and 0 deletions
|
@ -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 ;
|
||||
|
|
Loading…
Reference in a new issue