in reply to What's the point of a labeled block without a loop?
They can be used as a target for the goto function:
abc: { sleep 1; print "japh\n"; } goto abc; [download]
-- David Serrano