http://qs1969.pair.com?node_id=1057621


in reply to Should loop {} really loop indefinitely?

Shouldn't loop {} be considered the equivalent of

LABEL: goto LABEL;

i.e. yes the thing you're executing inside the loop is a nop, but that doesn't invalidate the concept of the loop itself.

So looping infinitely seems like the only logical behaviour to me.