,---------------. | Contributions | `---------------´ ,------------------------------------------ | 2021-01-22 03:42:24 MitraArdron wrote: | example - Needs an example of replacing COMPILE | see: https://forth-standard.org/standard/core/POSTPONE#contribution-177 `------------------------------------------ I don't know about anyone else, but how POSTPONE replaces [COMPILE] is clear, much as I've tried I can't figure out how POSTPONE replaces COMPILE. For example with something like `: AGAIN COMPILE branch ; ( a -- )` how is that intended to be replaced by POSTPONE is unclear. ,---------. | Replies | `---------´ ,------------------------------------------ | 2021-01-22 02:42:43 MitraArdron replies: | requestClarification - GT1 not defined | see: https://forth-standard.org/standard/core/POSTPONE#reply-593 `------------------------------------------ In which case shouldn't GT1 be linked to the definition on that page ? ,------------------------------------------ | 2021-01-22 10:39:10 AntonErtl replies: | example - Needs an example of replacing COMPILE | see: https://forth-standard.org/standard/core/POSTPONE#reply-594 `------------------------------------------ Just use POSTPONE instead of COMPILE; adding the