On 7/26/2016 10:24 PM, Shachar Shemesh wrote:
Most D programmers, however, expect the program not to continue executing past
an assert(false). They might see it as a bug. Hence my question whether that
means D is not meant for programming in privileged mode.

Obviously, HALT means any instruction of sequence of instructions that stops the program from running. Some machines don't even have a HLT instruction. Do you want to make a stab at writing this for the spec?

Reply via email to