,---------------. | Contributions | `---------------´ ,------------------------------------------ | 2022-05-11 12:45:05 AtH wrote: | requestClarification - 3.4.5 conflicts with [: … ;] | see: https://forth-standard.org/standard/usage#contribution-237 `------------------------------------------ Quotations are nested definitions. They should be explicitly allowed by 3.4.5, that in current wording speaks against all nested definitions. ,---------. | Replies | `---------´ ,------------------------------------------ | 2022-04-24 20:51:42 FrancoisLaagel replies: | requestClarification - Etymology of ">IN" name | see: https://forth-standard.org/standard/core/toIN#reply-819 `------------------------------------------ Proposed change to the definition of RESCAN? This would make the make it more friendly to block based implementations and would not require the input to begin at the beginning of a line. : RESCAN? >IN @ >R -1 SCANS +! SCANS @ IF R@ >IN ! THEN R> DROP ; ,------------------------------------------ | 2022-04-24 22:12:37 FrancoisLaagel replies: | requestClarification - Etymology of ">IN" name | see: https://forth-standard.org/standard/core/toIN#reply-820 `------------------------------------------ Please disregard this. It does not work at all. Sorry about the noise.