Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!mailrus!usenet.ins.cwru.edu!ncoast!ramsey From: ramsey@NCoast.ORG (Cedric Ramsey) Newsgroups: comp.lang.c Subject: Usage of goto's Message-ID: <1990Sep28.121230.17767@NCoast.ORG> Date: 28 Sep 90 12:12:30 GMT Organization: North Coast Public Access *NIX, Cleveland, OH Lines: 9 Hello once again peoplekind. I have a question about goto's. We all know that there usage is taboo in any language but what better way do we have to implement finite state machines. A switch statement ? All a switch statement is a goto statement, internally that is. So then, maybe it is okay to implement goto's for NFA's, DFA's, and transition diagrams. Is it okay for a programmer to break a TABOO intentionally; by design?