comparison doc/interpreter/expr.txi @ 11431:0d9640d755b1

Improve docstrings for all isXXX functions. Use 'return true' rather than 'return 1'. Improve the cross-referencing through seealso links.
author Rik <octave@nomad.inbox5.com>
date Fri, 31 Dec 2010 13:20:44 -0800
parents b8b08b1ac21f
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
11430:6374938b3b36 11431:0d9640d755b1
227 227
228 @DOCSTRING(sub2ind) 228 @DOCSTRING(sub2ind)
229 229
230 @DOCSTRING(ind2sub) 230 @DOCSTRING(ind2sub)
231 231
232 @DOCSTRING(isindex)
233
232 @node Calling Functions 234 @node Calling Functions
233 @section Calling Functions 235 @section Calling Functions
234 236
235 A @dfn{function} is a name for a particular calculation. Because it has 237 A @dfn{function} is a name for a particular calculation. Because it has
236 a name, you can ask for it by name at any point in the program. For 238 a name, you can ask for it by name at any point in the program. For