comparison doc/interpreter/stmt.txi @ 6535:3ef1aa12f04c

[project @ 2007-04-18 16:17:25 by jwe]
author jwe
date Wed, 18 Apr 2007 16:17:25 +0000
parents f80cc454860d
children 00fad3bad2a5
comparison
equal deleted inserted replaced
6534:7f56be6b0902 6535:3ef1aa12f04c
287 case "a string" 287 case "a string"
288 do_something 288 do_something
289 @dots{} 289 @dots{}
290 endswitch 290 endswitch
291 @end example 291 @end example
292
293 @menu
294 * Notes for the C programmer::
295 @end menu
292 296
293 @node Notes for the C programmer 297 @node Notes for the C programmer
294 @subsection Notes for the C programmer 298 @subsection Notes for the C programmer
295 299
296 The @code{switch} statement is also used in the widely used C 300 The @code{switch} statement is also used in the widely used C