Hacker News new | ask | show | jobs
by xenadu02 2736 days ago
How is GOTO not equivalent to WHILE? You can emulate any arbitrary flow-control construct with GOTO.
1 comments

Presumably you need another proof for GOTO >= WHILE and therefore GOTO = WHILE
Exactly. You emulate every WHILE instruction with a GOTO insturction.