Sujet : Re: Avoid treating the stack as an array [Re: "Back & Forth" is back!]
De : buzz_mccool (at) *nospam* yahoo.com (BuzzMcCool)
Groupes : comp.lang.forthDate : 31. Aug 2024, 07:00:50
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vaubii$tbke$2@dont-email.me>
References : 1 2 3
User-Agent : Mozilla Thunderbird
On 8/30/24 13:32, minforth wrote:
Two classic answers:
use DO..LOOPs to hide away loop indices
use locals if you have too many parameters
I hadn't thought about using locals. Thanks for the suggestion.