>>34comparing them to goto was just being nice. Intraprocedural gotos are even worse than local gotos. Comparing them to setjmp/longjmp is being honest, while comparing them to a goto is being nice. But since setjmp and longjmp are also known as intraprocedural gotos with more features, you can in fact use "goto" to describe continuations. You're just using LaynesLaw to try and win an argument, but it's not helping.
See
http://c2.com/cgi/wiki?LaynesLaw