mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +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 ;
|
: SETPENCOLOR ( n -- ) S" setpencolor" SCALL ;
|
||||||
: SETXY ( n1 n2 -- ) S" setxy" SCALL ;
|
: SETXY ( n1 n2 -- ) S" setxy" SCALL ;
|
||||||
: SETHEADING ( n -- ) S" setheading" SCALL ;
|
: SETHEADING ( n -- ) S" setheading" SCALL ;
|
||||||
|
|
||||||
|
\ Aliases
|
||||||
|
: ⬆️ FORWARD ;
|
||||||
|
: ⬇️ BACKWARD ;
|
||||||
|
: ⬅️ LEFT ;
|
||||||
|
: ➡️ RIGHT ;
|
||||||
|
|
Loading…
Reference in a new issue