Am I getting this right? Say:
___________________
10 HOME
20 PRINT "Infinite"
30 GOTO 20
___________________
Okay. We can see that this does not halt. No need to simulate anything. However, if you _artificially_ alter that program by doing something
like this:
___________________
10 HOME
20 PRINT "Infinite"
25 END: REM Huh?
30 GOTO 10
___________________
You make it halting, but call it non-halting? This is goofy. How is that "Kosher" in a sense? Did I just boil your system down? Or, what am I
missing here? Thanks.
On 9/15/2025 4:24 PM, Chris M. Thomasson wrote:
No you are not.
On 9/15/2025 4:24 PM, Chris M. Thomasson wrote:
No you are not.
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 1,070 |
Nodes: | 10 (0 / 10) |
Uptime: | 159:54:43 |
Calls: | 13,734 |
Calls today: | 2 |
Files: | 186,966 |
D/L today: |
826 files (296M bytes) |
Messages: | 2,418,695 |