Sujet : Re: Average of a [stack]
De : melahi_ahmed (at) *nospam* yahoo.fr (ahmed)
Groupes : comp.lang.forthDate : 11. Jul 2024, 13:49:57
Autres entêtes
Organisation : novaBBS
Message-ID : <e548140694f740bb847f686d6f8db3d3_2@www.novabbs.com>
References : 1 2 3 4 5 6 7 8
User-Agent : Rocksolid Light
And this worked too (with gforth).
: FSAVG fdepth dup 2 - FOR f+ NEXT s>f f/ ; ok
1e 2e 3e 4e fsavg f. 2.5 ok
Ahmed