From d3407646018e9f9f0917d8d3478a3c4f31fb1fdd Mon Sep 17 00:00:00 2001 From: Henrik Wallin <hedda@lysator.liu.se> Date: Tue, 27 Jul 1999 00:40:26 +0200 Subject: [PATCH] Fixed <tt>Break</tt> -> <tt>break</tt> Rev: tutorial/tutorial.wmml:1.136 --- tutorial/tutorial.wmml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml index c50aa1e5ec..74548b6230 100644 --- a/tutorial/tutorial.wmml +++ b/tutorial/tutorial.wmml @@ -1271,7 +1271,7 @@ that is still missing is the ability to exit a loop in the middle of it. There are three ways to do this: <section title="break"> -<tt>Break</tt><!-- FIXME: liten bokstav? --> exits a loop or switch statement immediately and continues +<tt>break</tt><!-- FIXME: liten bokstav? JA! /Hedda--> exits a loop or switch statement immediately and continues executing after the loop. <tt>Break</tt> can not be used outside of a loop or switch. It is quite useful in conjunction with <tt>while(1)</tt> to construct command parsing loops for instance: -- GitLab