Y
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
sullyj3
2736 days ago
Presumably you need another proof for GOTO >= WHILE and therefore GOTO = WHILE
link
niklasd
2736 days ago
Exactly. You emulate every WHILE instruction with a GOTO insturction.
link