Liste des Groupes | Revenir à cl forth |
On 2024-06-27 08:14, Gerry Jackson wrote:Another ambiguous condition that should be added is the execution of DEFINITIONS when the search order is emptyOn 26/06/2024 14:36, Ruvim wrote:Agree. This code is formally incorrect.One possible use case:>
>
: turnkey ( -- ) 0 set-order
also Target definitions
also Minimal also
;
ALSO duplicates the wordlist at the head of the search order. If the search order is empty there is nothing to duplicate. Therefore ALSO applied to an empty search order ought to be an ambiguous condition.
An ambiguous condition should be declared for ALSO
when the search order is empty.
I collect such cases at
<https://github.com/ForthHub/standard-evolution/issues/5>
Then a proposal should be prepared.
Les messages affichés proviennent d'usenet.