comparison doc/interpreter/stmt.txi @ 11255:d682cd6669ac

Update info-based documentation menus to include new nodes.
author Rik <octave@nomad.inbox5.com>
date Mon, 15 Nov 2010 17:57:43 -0800
parents 322f43e0e170
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
11254:31f8534eb055 11255:d682cd6669ac
327 endswitch 327 endswitch
328 @end group 328 @end group
329 @end example 329 @end example
330 330
331 @menu 331 @menu
332 * Notes for the C programmer:: 332 * Notes for the C Programmer::
333 @end menu 333 @end menu
334 334
335 @node Notes for the C programmer 335 @node Notes for the C Programmer
336 @subsection Notes for the C programmer 336 @subsection Notes for the C Programmer
337 337
338 The @code{switch} statement is also available in the widely used C 338 The @code{switch} statement is also available in the widely used C
339 programming language. There are, however, some differences 339 programming language. There are, however, some differences
340 between the statement in Octave and C 340 between the statement in Octave and C
341 341