Re: You can't compare language features, only languages
- Posted by ArthurCrump Nov 20, 2014
- 2757 views
I agree that 'goto' is a low level command. However, now that it has been introduced it cannot be removed.
I often used both conditional and unconditional 'goto's when I wrote in an assembly language, several decades ago. Now I would normally only use 'goto' if I were translating a program that used a form of 'goto' from another language into Euphoria; a very unlikely event now that I have been retired for several years.
Could 'goto' be marked as 'undesirable'?
Arthur
Incidentally, my first assembly language was called 'PIG'