Y
Hacker News
new
|
ask
|
show
|
jobs
by
pkhuong
703 days ago
The basic logic flags
any
loop ("back-edge").
1 comments
rezonant
703 days ago
This, others have said it less concisely, but a program without loops and arbitrary jumps is guaranteed to halt if we assume the external functions it calls into will halt.
link