I think that was directed at me;

I was actually asking because it's pointless (from my perspective) to halt when there is nothing else to execute. Same basis as having:

if (condition) { statements }
else { halt }

There's just no need for it.


-KingTomato