On 8/27/25 10:41 AM, olcott wrote:
On 8/27/2025 2:33 AM, Mikko wrote:
On 2025-08-26 20:10:30 +0000, Richard Heathfield said:
int DD()
{
int Halt_Status = HHH(EE);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
int EE()
{
int Halt_Status = HHH(EE);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
int main()
{
Output("Input_Halts = ", HHH(DD));
}
What should HHH(DD) return to main now?
The choice of names is not good. The EE above is like Olcott's DD
but the DD above is new. The opposite nameing would have been better.
That merely adds extraneous complexity that makes
the basic ideas more difficult to understand.
In other words, you admit that you can't answer it with an answer that
your program will give, becuase your logic just can't lie that well.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)