Sujet : Re: Why dial-a-standard is not a thing in Forth
De : dxforth (at) *nospam* gmail.com (dxf)
Groupes : comp.lang.forthDate : 24. Apr 2025, 03:11:23
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <2f94fe34e4b8ea2ab09d5d545003287edfac66a6@i2pn2.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Mozilla Thunderbird
On 24/04/2025 12:22 am, sjack wrote:
...
Added bonus, the original LIST set the BASE back to decimal.
I'd forgotten FigForth had that. Standard Forth doesn't say
either way. At worst not changing BASE only affects display of
line numbers (serving as a reminder of what BASE you're in!)
More often than not I'm using L (aka SCR @ LIST) to see where
the error was, or EDIT without a parameter for the same reason.
Similarly 1 LOAD (what I do 99% of the time) always works.
I've often thought of defining GO to do just that.