Sujet : Re: Fetch string from comment
De : anton (at) *nospam* mips.complang.tuwien.ac.at (Anton Ertl)
Groupes : comp.lang.forthDate : 05. Mar 2025, 17:50:13
Autres entêtes
Organisation : Institut fuer Computersprachen, Technische Universitaet Wien
Message-ID : <2025Mar5.175013@mips.complang.tuwien.ac.at>
References : 1 2 3 4
User-Agent : xrn 10.11
Gerry Jackson <
do-not-use@swldwa.uk> writes:
On 04/03/2025 15:55, mhx wrote:
How to code a state-machine without goto's?
...
But you probably knew about that so why doesn't it count as gotoless?
Does it make a difference in understandability whether you implement a
state transition as "goto state123" or in the Dijkstra-compatible
"state = state123"? So why should I care whether it is gotoless?
-- M. Anton Ertl http://www.complang.tuwien.ac.at/anton/home.htmlcomp.lang.forth FAQs: http://www.complang.tuwien.ac.at/forth/faq/toc.html New standard: https://forth-standard.org/EuroForth 2023 proceedings: http://www.euroforth.org/ef23/papers/EuroForth 2024 proceedings:
http://www.euroforth.org/ef24/papers/