From bug-request at octave dot org Fri Jan 21 15:48:15 2005 Subject: no help for endswitch From: Joel Andersson To: bug at octave dot org Date: Fri, 21 Jan 2005 15:37:54 -0600 Hi, The endswitch statement is not listed as a reserverd word in the online help documentation. --- src/help.cc 2004-10-01 20:12:11.000000000 +0200 +++ src/help-fix.cc 2005-01-21 20:48:54.000000000 +0100 at @ -270,6 +270,9 @@ { "endwhile", "Mark the end of a while loop.", }, + { "endswitch", + "Mark the end of a switch block.", }, + { "for", "Begin a for loop.", }, ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------