From 9570363aec35e187e2395b1760a4b94e71580ac9 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 29 Jul 2015 15:55:05 -0700 Subject: 1885 --- 041jump_label.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '041jump_label.cc') diff --git a/041jump_label.cc b/041jump_label.cc index 00a547e2..925c88b0 100644 --- a/041jump_label.cc +++ b/041jump_label.cc @@ -1,6 +1,8 @@ //: Support jumps to labels. -//: We'll also treat 'break' and 'continue' as jumps. The choice of name is -//: just documentation about intent. +//: We'll also treat 'break' and 'loop' as jumps. The choice of name is +//: just documentation about intent; use 'break' to indicate you're exiting +//: one or more loop nests, and 'loop' to indicate you're skipping to the next +//: iteration of some containing loop nest. :(scenario jump_to_label) recipe main [ -- cgit 1.4.1-2-gfad0