Data Structures #547
-
Library of Forth routines and utilities by Terry, James has a section on Data Structures with various words defined. |
Beta Was this translation helpful? Give feedback.
Answered by
jkotlinski
Apr 21, 2023
Replies: 2 comments 8 replies
-
Hi!
Standard ERASE was actually added to master just a while ago.
It is a mistake that gfx has an ERASE, too, it should be renamed to
something else. (Any suggestions?)
fre 21 apr. 2023 kl. 05:12 skrev rwl7532 ***@***.***>:
… Library of Forth routines and utilities by Terry, James has a section on
Data Structures with various words defined.
: 1array. create
here swap 2* dup allot erase does> swap 2* ;
erase in durexforth is already defined for graphics.
What word and it's definition would be the equivalent?
—
Reply to this email directly, view it on GitHub
<#547>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAY34OYMZTZ3OYAKP6ILCRDXCH3I5ANCNFSM6AAAAAAXGJVHH4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Maybe gfx ERASE could be XORPLOT…
fre 21 apr. 2023 kl. 07:40 skrev Johan Kotlinski ***@***.***>:
… Hi!
Standard ERASE was actually added to master just a while ago.
It is a mistake that gfx has an ERASE, too, it should be renamed to
something else. (Any suggestions?)
fre 21 apr. 2023 kl. 05:12 skrev rwl7532 ***@***.***>:
> Library of Forth routines and utilities by Terry, James has a section on
> Data Structures with various words defined.
> : 1array. create
> here swap 2* dup allot erase does> swap 2* ;
> erase in durexforth is already defined for graphics.
> What word and it's definition would be the equivalent?
>
> —
> Reply to this email directly, view it on GitHub
> <#547>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAY34OYMZTZ3OYAKP6ILCRDXCH3I5ANCNFSM6AAAAAAXGJVHH4>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PEN?