On 7/20/2024 10:14 PM, olcott wrote:
On 7/20/2024 8:46 PM, Richard Damon wrote:
On 7/20/24 9:23 PM, olcott wrote:
On 7/20/2024 8:01 PM, Richard Damon wrote:
On 7/20/24 8:21 PM, olcott wrote:
On 7/20/2024 7:05 PM, Richard Damon wrote:
On 7/20/24 7:06 PM, olcott wrote:So you agree that DDD correctly simulated by any pure function
On 7/20/2024 6:00 PM, Richard Damon wrote:
On 7/20/24 6:47 PM, olcott wrote:
On 7/20/2024 5:11 PM, Richard Damon wrote:
On 7/20/24 5:21 PM, olcott wrote:
On 7/20/2024 4:06 PM, joes wrote:
Am Sat, 20 Jul 2024 15:05:53 -0500 schrieb olcott:
On 7/20/2024 2:50 PM, Richard Damon wrote:You missed a couple details:
On 7/20/24 3:09 PM, olcott wrote:
On 7/20/2024 2:00 PM, Fred. Zwarts wrote:
Op 20.jul.2024 om 17:28 schreef olcott:
(a) Termination Analyzers / Partial Halt Deciders must >>>>>>>>>>>>>>>>>> halt this is
a design requirement.
(b) Every simulating termination analyzer HHH either >>>>>>>>>>>>>>>>>> aborts the
simulation of its input or not.
(c) Within the hypothetical case where HHH does not >>>>>>>>>>>>>>>>>> abort the
simulation of its input {HHH, emulated DDD and >>>>>>>>>>>>>>>>>> executed DDD}
never stop running.
This violates the design requirement of (a) therefore >>>>>>>>>>>>>>>>>> HHH must abort
the simulation of its input.
A terminating input shouldn't be aborted, or at least not >>>>>>>>>>>>> classified
as not terminating. Terminating inputs needn't be aborted; >>>>>>>>>>>>> they and the
simulator halt on their own.
Pretty much.And when it aborts, the simulation is incorrect. When >>>>>>>>>>>>>>>>> HHH aborts andSo you are trying to get away with saying that no HHH >>>>>>>>>>>>>>>> ever needs to
halts, it is not needed to abort its simulation, >>>>>>>>>>>>>>>>> because it will halt
of its own.
abort the simulation of its input and HHH will stop >>>>>>>>>>>>>>>> running?
I thought they all halt after a finite number of steps? >>>>>>>>>>>>>It is the fact that HHH DOES abort its simulation that >>>>>>>>>>>>>>> makes it notNo stupid it is not a fact that every HHH that can >>>>>>>>>>>>>> possibly exist aborts
need to.
its simulation.
void DDD()
{
HHH(DDD);
return;
}
DDD correctly simulated by pure function HHH cannot
possibly reach its own return instruction.
Wrong.
You know that you are lying about this as you admit below:
Nope, YOU just don't what the words mean, and reckless
disregard the teaching you have been getting, which makes your >>>>>>>>> errors not just honest mistakes but reckless pathological lies. >>>>>>>>>
Nope, HHH is NOT the "Machine" that determines what the code >>>>>>>>> does, so can not "Kill" it.
It may be that the simulation by HHH never reaches that point, >>>>>>>>>>
but if HHH aborts its simuliaton and returns (as required for >>>>>>>>>>> it to be a decider) then the behavior of DDD
Simulated by HHH is to Die, stop running, no longer function. >>>>>>>>>
So you are trying to get away with the lie
that an aborted simulation keeps on running.
No, but the BEHAVIOR of the program does, and that is what matters. >>>>>>
HHH cannot possibly reach its own return instruction?
No, I will let you claim (without proof, so we can argue tha later)
that the simulation by HHH of DDD does not reach the return, but
the behavior of the DDD simuliated by HHH continues,
We are talking about real hardware here not figments
of your imagination.
No, you are not. The "Hardware" would be the actual CPU chip which
never stops the program when it is running. A Simulator is just a
piece of software running on it, and what it does can't affect the
behavior of the actual CPU running the program.
When an actual x86 emulator stops emulating its input
this emulated input immediately stops running.
Nope, that is you stupidity where you confuse the observation for the
facts.
It has been told to you MANY times, but it seems that you just can
not understand it.
The SIMULATION is an observation of the program, that if it stops
doesn't affect the actual behavior of the program in question.
*If the simulator stops simulating then the simulated stops running*
void DDD()
{
HHH(DDD);
return;
}
DDD *correctly simulated* by pure function HHH cannot
possibly reach its own return instruction.
Only DDD correctly emulated by HHH maps the finite string
of the x86 machine code of DDD to the behavior that it
actually specifies.
On 7/20/2024 8:46 PM, Richard Damon wrote:
On 7/20/24 9:23 PM, olcott wrote:
On 7/20/2024 8:01 PM, Richard Damon wrote:
On 7/20/24 8:21 PM, olcott wrote:
On 7/20/2024 7:05 PM, Richard Damon wrote:
On 7/20/24 7:06 PM, olcott wrote:So you agree that DDD correctly simulated by any pure function
On 7/20/2024 6:00 PM, Richard Damon wrote:
On 7/20/24 6:47 PM, olcott wrote:
On 7/20/2024 5:11 PM, Richard Damon wrote:
On 7/20/24 5:21 PM, olcott wrote:
On 7/20/2024 4:06 PM, joes wrote:
Am Sat, 20 Jul 2024 15:05:53 -0500 schrieb olcott:
On 7/20/2024 2:50 PM, Richard Damon wrote:You missed a couple details:
On 7/20/24 3:09 PM, olcott wrote:
On 7/20/2024 2:00 PM, Fred. Zwarts wrote:
Op 20.jul.2024 om 17:28 schreef olcott:
(a) Termination Analyzers / Partial Halt Deciders must >>>>>>>>>>>>>>>>> halt this is
a design requirement.
(b) Every simulating termination analyzer HHH either >>>>>>>>>>>>>>>>> aborts the
simulation of its input or not.
(c) Within the hypothetical case where HHH does not >>>>>>>>>>>>>>>>> abort the
simulation of its input {HHH, emulated DDD and executed >>>>>>>>>>>>>>>>> DDD}
never stop running.
This violates the design requirement of (a) therefore >>>>>>>>>>>>>>>>> HHH must abort
the simulation of its input.
A terminating input shouldn't be aborted, or at least not >>>>>>>>>>>> classified
as not terminating. Terminating inputs needn't be aborted; >>>>>>>>>>>> they and the
simulator halt on their own.
I thought they all halt after a finite number of steps? >>>>>>>>>>>>No stupid it is not a fact that every HHH that can possibly >>>>>>>>>>>>> exist abortsIt is the fact that HHH DOES abort its simulation that >>>>>>>>>>>>>> makes it notAnd when it aborts, the simulation is incorrect. When >>>>>>>>>>>>>>>> HHH aborts andSo you are trying to get away with saying that no HHH >>>>>>>>>>>>>>> ever needs to
halts, it is not needed to abort its simulation, because >>>>>>>>>>>>>>>> it will halt
of its own.
abort the simulation of its input and HHH will stop running? >>>>>>>>>>>> Pretty much.
need to.
its simulation.
void DDD()
{
HHH(DDD);
return;
}
DDD correctly simulated by pure function HHH cannot
possibly reach its own return instruction.
Wrong.
You know that you are lying about this as you admit below:
Nope, YOU just don't what the words mean, and reckless disregard >>>>>>>> the teaching you have been getting, which makes your errors not >>>>>>>> just honest mistakes but reckless pathological lies.
Nope, HHH is NOT the "Machine" that determines what the code
It may be that the simulation by HHH never reaches that point, >>>>>>>>>
but if HHH aborts its simuliaton and returns (as required for >>>>>>>>>> it to be a decider) then the behavior of DDD
Simulated by HHH is to Die, stop running, no longer function. >>>>>>>>
does, so can not "Kill" it.
So you are trying to get away with the lie
that an aborted simulation keeps on running.
No, but the BEHAVIOR of the program does, and that is what matters. >>>>>
HHH cannot possibly reach its own return instruction?
No, I will let you claim (without proof, so we can argue tha later)
that the simulation by HHH of DDD does not reach the return, but the
behavior of the DDD simuliated by HHH continues,
We are talking about real hardware here not figments
of your imagination.
No, you are not. The "Hardware" would be the actual CPU chip which
never stops the program when it is running. A Simulator is just a
piece of software running on it, and what it does can't affect the
behavior of the actual CPU running the program.
When an actual x86 emulator stops emulating its input
this emulated input immediately stops running.
Nope, that is you stupidity where you confuse the observation for the
facts.
It has been told to you MANY times, but it seems that you just can not
understand it.
The SIMULATION is an observation of the program, that if it stops
doesn't affect the actual behavior of the program in question.
*If the simulator stops simulating then the simulated stops running*
void DDD()
{
HHH(DDD);
return;
}
DDD *correctly simulated* by pure function HHH cannot
possibly reach its own return instruction.
On 7/20/2024 10:14 PM, olcott wrote:The input doesn't even run. The simulator is the only thing in execution.
On 7/20/2024 8:46 PM, Richard Damon wrote:
On 7/20/24 9:23 PM, olcott wrote:
On 7/20/2024 8:01 PM, Richard Damon wrote:
On 7/20/24 8:21 PM, olcott wrote:
On 7/20/2024 7:05 PM, Richard Damon wrote:
On 7/20/24 7:06 PM, olcott wrote:
On 7/20/2024 6:00 PM, Richard Damon wrote:
On 7/20/24 6:47 PM, olcott wrote:
On 7/20/2024 5:11 PM, Richard Damon wrote:
On 7/20/24 5:21 PM, olcott wrote:
On 7/20/2024 4:06 PM, joes wrote:
Am Sat, 20 Jul 2024 15:05:53 -0500 schrieb olcott:
On 7/20/2024 2:50 PM, Richard Damon wrote:You missed a couple details:
On 7/20/24 3:09 PM, olcott wrote:
On 7/20/2024 2:00 PM, Fred. Zwarts wrote:
Op 20.jul.2024 om 17:28 schreef olcott:
(a) Termination Analyzers / Partial Halt Deciders must >>>>>>>>>>>>>>>>>> halt this is a design requirement.
(b) Every simulating termination analyzer HHH either >>>>>>>>>>>>>>>>>> aborts the simulation of its input or not. >>>>>>>>>>>>>>>>>> (c) Within the hypothetical case where HHH does not >>>>>>>>>>>>>>>>>> abort the simulation of its input {HHH, emulated DDD >>>>>>>>>>>>>>>>>> and executed DDD}
never stop running.
This violates the design requirement of (a) therefore >>>>>>>>>>>>>>>>>> HHH must abort the simulation of its input.
A terminating input shouldn't be aborted, or at least not >>>>>>>>>>>>> classified as not terminating. Terminating inputs needn't be >>>>>>>>>>>>> aborted;
they and the simulator halt on their own.
Pretty much.And when it aborts, the simulation is incorrect. When >>>>>>>>>>>>>>>>> HHH aborts and halts, it is not needed to abort its >>>>>>>>>>>>>>>>> simulation, because it will halt of its own.So you are trying to get away with saying that no HHH >>>>>>>>>>>>>>>> ever needs to abort the simulation of its input and HHH >>>>>>>>>>>>>>>> will stop running?
I thought they all halt after a finite number of steps?It is the fact that HHH DOES abort its simulation that >>>>>>>>>>>>>>> makes it not need to.No stupid it is not a fact that every HHH that can possibly >>>>>>>>>>>>>> exist aborts its simulation.
It may be that the simulation by HHH never reaches that point, >>>>>>>>>>> but if HHH aborts its simuliaton and returns (as required for >>>>>>>>>>> it to be a decider) then the behavior of DDDSimulated by HHH is to Die, stop running, no longer function. >>>>>>>>> Nope, HHH is NOT the "Machine" that determines what the code >>>>>>>>> does, so can not "Kill" it.
When an actual x86 emulator stops emulating its input this emulated
input immediately stops running.
The simulated program would still be non-halting.The SIMULATION is an observation of the program, that if it stops*If the simulator stops simulating then the simulated stops running*
doesn't affect the actual behavior of the program in question.
Almost correct. Other simulators may map it too, to the behaviourDDD *correctly simulated* by pure function HHH cannot possibly reachOnly DDD correctly emulated by HHH maps the finite string of the x86
its own return instruction.
machine code of DDD to the behavior that it actually specifies.
On 7/20/2024 10:51 PM, Richard Damon wrote:
On 7/20/24 11:14 PM, olcott wrote:
On 7/20/2024 8:46 PM, Richard Damon wrote:
On 7/20/24 9:23 PM, olcott wrote:
On 7/20/2024 8:01 PM, Richard Damon wrote:
On 7/20/24 8:21 PM, olcott wrote:
On 7/20/2024 7:05 PM, Richard Damon wrote:
On 7/20/24 7:06 PM, olcott wrote:So you agree that DDD correctly simulated by any pure function
On 7/20/2024 6:00 PM, Richard Damon wrote:
On 7/20/24 6:47 PM, olcott wrote:
On 7/20/2024 5:11 PM, Richard Damon wrote:Nope, YOU just don't what the words mean, and reckless
On 7/20/24 5:21 PM, olcott wrote:
On 7/20/2024 4:06 PM, joes wrote:
Am Sat, 20 Jul 2024 15:05:53 -0500 schrieb olcott: >>>>>>>>>>>>>>> On 7/20/2024 2:50 PM, Richard Damon wrote:
You missed a couple details:On 7/20/24 3:09 PM, olcott wrote:
On 7/20/2024 2:00 PM, Fred. Zwarts wrote:
Op 20.jul.2024 om 17:28 schreef olcott:
(a) Termination Analyzers / Partial Halt Deciders >>>>>>>>>>>>>>>>>>> must halt this is
a design requirement.
(b) Every simulating termination analyzer HHH either >>>>>>>>>>>>>>>>>>> aborts the
simulation of its input or not.
(c) Within the hypothetical case where HHH does not >>>>>>>>>>>>>>>>>>> abort the
simulation of its input {HHH, emulated DDD and >>>>>>>>>>>>>>>>>>> executed DDD}
never stop running.
This violates the design requirement of (a) therefore >>>>>>>>>>>>>>>>>>> HHH must abort
the simulation of its input.
A terminating input shouldn't be aborted, or at least not >>>>>>>>>>>>>> classified
as not terminating. Terminating inputs needn't be aborted; >>>>>>>>>>>>>> they and the
simulator halt on their own.
Pretty much.And when it aborts, the simulation is incorrect. When >>>>>>>>>>>>>>>>>> HHH aborts andSo you are trying to get away with saying that no HHH >>>>>>>>>>>>>>>>> ever needs to
halts, it is not needed to abort its simulation, >>>>>>>>>>>>>>>>>> because it will halt
of its own.
abort the simulation of its input and HHH will stop >>>>>>>>>>>>>>>>> running?
I thought they all halt after a finite number of steps? >>>>>>>>>>>>>>It is the fact that HHH DOES abort its simulation that >>>>>>>>>>>>>>>> makes it notNo stupid it is not a fact that every HHH that can >>>>>>>>>>>>>>> possibly exist aborts
need to.
its simulation.
void DDD()
{
HHH(DDD);
return;
}
DDD correctly simulated by pure function HHH cannot
possibly reach its own return instruction.
Wrong.
You know that you are lying about this as you admit below: >>>>>>>>>>
disregard the teaching you have been getting, which makes your >>>>>>>>>> errors not just honest mistakes but reckless pathological lies. >>>>>>>>>>
Nope, HHH is NOT the "Machine" that determines what the code >>>>>>>>>> does, so can not "Kill" it.
It may be that the simulation by HHH never reaches that point, >>>>>>>>>>>
but if HHH aborts its simuliaton and returns (as required >>>>>>>>>>>> for it to be a decider) then the behavior of DDD
Simulated by HHH is to Die, stop running, no longer function. >>>>>>>>>>
So you are trying to get away with the lie
that an aborted simulation keeps on running.
No, but the BEHAVIOR of the program does, and that is what matters. >>>>>>>
HHH cannot possibly reach its own return instruction?
No, I will let you claim (without proof, so we can argue tha
later) that the simulation by HHH of DDD does not reach the
return, but the behavior of the DDD simuliated by HHH continues,
We are talking about real hardware here not figments
of your imagination.
No, you are not. The "Hardware" would be the actual CPU chip which
never stops the program when it is running. A Simulator is just a
piece of software running on it, and what it does can't affect the
behavior of the actual CPU running the program.
When an actual x86 emulator stops emulating its input
this emulated input immediately stops running.
Nope, that is you stupidity where you confuse the observation for
the facts.
It has been told to you MANY times, but it seems that you just can
not understand it.
The SIMULATION is an observation of the program, that if it stops
doesn't affect the actual behavior of the program in question.
*If the simulator stops simulating then the simulated stops running*
No, the SIMULA*TION* stops running, the SIMULATED (which is the actual
program) behaviof continues.
Yes you are clueless.
void DDD()
{
HHH(DDD);
return;
}
When the simulation stops running the whole program
exits to the operating system.
Does you computer program stop at a point just because someone aborted
a simulation at that poiint?
On 7/21/2024 6:37 AM, Richard Damon wrote:A simulated program doesn't actually run - it is only simulated.
On 7/21/24 12:15 AM, olcott wrote:
On 7/20/2024 10:51 PM, Richard Damon wrote:
On 7/20/24 11:14 PM, olcott wrote:
On 7/20/2024 8:46 PM, Richard Damon wrote:
On 7/20/24 9:23 PM, olcott wrote:
On 7/20/2024 8:01 PM, Richard Damon wrote:
On 7/20/24 8:21 PM, olcott wrote:
On 7/20/2024 7:05 PM, Richard Damon wrote:
On 7/20/24 7:06 PM, olcott wrote:
On 7/20/2024 6:00 PM, Richard Damon wrote:
On 7/20/24 6:47 PM, olcott wrote:
On 7/20/2024 5:11 PM, Richard Damon wrote:
On 7/20/24 5:21 PM, olcott wrote:
On 7/20/2024 4:06 PM, joes wrote:
Am Sat, 20 Jul 2024 15:05:53 -0500 schrieb olcott: >>>>>>>>>>>>>>>>> On 7/20/2024 2:50 PM, Richard Damon wrote:
On 7/20/24 3:09 PM, olcott wrote:
On 7/20/2024 2:00 PM, Fred. Zwarts wrote: >>>>>>>>>>>>>>>>>>>> Op 20.jul.2024 om 17:28 schreef olcott:
Pretty much.So you are trying to get away with saying that no HHH >>>>>>>>>>>>>>>>>>> ever needs to abort the simulation of its input and >>>>>>>>>>>>>>>>>>> HHH will stop running?
I thought they all halt after a finite number of steps?It is the fact that HHH DOES abort its simulation that >>>>>>>>>>>>>>>>>> makes it not need to.No stupid it is not a fact that every HHH that can >>>>>>>>>>>>>>>>> possibly exist aborts its simulation.
No, I will let you claim (without proof, so we can argue thaNo, but the BEHAVIOR of the program does, and that is what >>>>>>>>>> matters.Simulated by HHH is to Die, stop running, no longerNope, HHH is NOT the "Machine" that determines what the code >>>>>>>>>>>> does, so can not "Kill" it.
function.
later) that the simulation by HHH of DDD does not reach the
return, but the behavior of the DDD simuliated by HHH continues,
Yes. That doesn't mean that DDD itself would terminate.When the simulation stops running the whole program exits to theNo, the SIMULA*TION* stops running, the SIMULATED (which is theThe SIMULATION is an observation of the program, that if it stops
doesn't affect the actual behavior of the program in question.
actual program) behaviof continues.
operating system.
Because (a) We know that it is a logical impossibility for any deciderThat IS exactly the input.
HHH to report on the halt status of any input that does the opposite of whatever it reports.
(b) We know that a decider is not allowed to report on the behavior computation that itself is contained within. Deciders only take finite
string inputs. They do not take executing processes as inputs. Thus HHH
is not allowed to report on the behavior of this int main() { DDD(); }.
Therefore we map the finite string input to HHH(DDD) to the behaviorThe basis is the direct behaviour.
that it species on the basis of DDD correctly emulated by any pure
function HHH that can possibly exist.
On 7/21/2024 4:05 AM, joes wrote:Of course. A decider may, however, be given the description of its
Am Sat, 20 Jul 2024 22:31:04 -0500 schrieb olcott:
On 7/20/2024 10:14 PM, olcott wrote:
On 7/20/2024 8:46 PM, Richard Damon wrote:
On 7/20/24 9:23 PM, olcott wrote:
No decider is ever allowed to report on the behavior of the actual computation that itself is contained within because all deciders onlyAlmost correct. Other simulators may map it too, to the behaviour ofDDD *correctly simulated* by pure function HHH cannot possibly reachOnly DDD correctly emulated by HHH maps the finite string of the x86
its own return instruction.
machine code of DDD to the behavior that it actually specifies.
the direct execution. HHH doesn't.
take finite string inputs and thus never take a directly executing
process as an input.
A Turing machine can report on the behavior that a finite stringSee above.
specifies. It cannot report on the behavior of any executing Turing
machine including its own executing Turing machine.
On 7/21/2024 9:24 AM, joes wrote:A deterministic program can't change. It was always going to be aborted.
Am Sun, 21 Jul 2024 08:08:53 -0500 schrieb olcott:
On 7/21/2024 6:37 AM, Richard Damon wrote:
On 7/21/24 12:15 AM, olcott wrote:
The behavior of emulated DDD after it has been aborted changes the(b) We know that a decider is not allowed to report on the behaviorThat IS exactly the input.
computation that itself is contained within. Deciders only take finite
string inputs. They do not take executing processes as inputs. Thus
HHH is not allowed to report on the behavior of this int main() {
DDD(); }.
behavior of the directly existed DDD.
When the second call of what would otherwise be infinite recursion is required to be aborted to prevent the infinite execution of the firstThe second call stops simulating just like all others.
call this proves that HHH(DDD)==0 is correct even though the directly executed DDD() halts.
HHH is not an UTM.Unless you think the idea of UTMs is wrong-headed nonsense the behaviorTherefore we map the finite string input to HHH(DDD) to the behaviorThe basis is the direct behaviour.
that it species on the basis of DDD correctly emulated by any pure
function HHH that can possibly exist.
of DDD correctly emulated by HHH determines the actual behavior
specified by the input to HHH(DDD).
On 7/21/2024 9:54 AM, joes wrote:
Am Sun, 21 Jul 2024 09:34:57 -0500 schrieb olcott:
On 7/21/2024 9:24 AM, joes wrote:A deterministic program can't change. It was always going to be aborted.
Am Sun, 21 Jul 2024 08:08:53 -0500 schrieb olcott:
On 7/21/2024 6:37 AM, Richard Damon wrote:
On 7/21/24 12:15 AM, olcott wrote:
The behavior of emulated DDD after it has been aborted changes the(b) We know that a decider is not allowed to report on the behaviorThat IS exactly the input.
computation that itself is contained within. Deciders only take finite >>>>> string inputs. They do not take executing processes as inputs. Thus
HHH is not allowed to report on the behavior of this int main() {
DDD(); }.
behavior of the directly existed DDD.
None-the-less we can examine the exhaustively complete set
of every HHH/DDD pair that can possibly exist and find that
all of the HHH instances that never abort their simulation
of DDD never stop running.
On 7/21/2024 6:37 AM, Richard Damon wrote:
On 7/21/24 12:15 AM, olcott wrote:
On 7/20/2024 10:51 PM, Richard Damon wrote:
No, the SIMULA*TION* stops running, the SIMULATED (which is the
actual program) behaviof continues.
Yes you are clueless.
void DDD()
{
HHH(DDD);
return;
}
When the simulation stops running the whole program
exits to the operating system.
Which just shows you don't understand the MEANING of the behavior of a
program.
Behvior is the UNCHANING attribute of what the program does when it is
run. As such, aborting a simulation of it doesn't stop behavior.
*You are still totally clueless*
As soon as HHH(DDD) aborts its simulation HHH immediately
exits to the operating system.
On 7/22/2024 6:27 AM, Richard Damon wrote:
On 7/22/24 12:49 AM, olcott wrote:
On 7/21/2024 6:37 AM, Richard Damon wrote:
On 7/21/24 12:15 AM, olcott wrote:
On 7/20/2024 10:51 PM, Richard Damon wrote:
No, the SIMULA*TION* stops running, the SIMULATED (which is the
actual program) behaviof continues.
Yes you are clueless.
void DDD()
{
HHH(DDD);
return;
}
When the simulation stops running the whole program
exits to the operating system.
Which just shows you don't understand the MEANING of the behavior of
a program.
Behvior is the UNCHANING attribute of what the program does when it
is run. As such, aborting a simulation of it doesn't stop behavior.
*You are still totally clueless*
As soon as HHH(DDD) aborts its simulation HHH immediately
exits to the operating system.
No it return to its caller, or it isn't a decider.
void DDD()
{
HHH(DDD);
return;
}
int main()
{
HHH(DDD);
}
Unlike you I can admit my mistake.
As soon as HHH(DDD) aborts its simulation HHH immediately
returns to main() and
exits to the operating system.
Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 04:38:22 |
Calls: | 10,387 |
Calls today: | 2 |
Files: | 14,061 |
Messages: | 6,416,787 |