comparison doc/interpreter/func.txi @ 11573:6f8ffe2c6f76

Grammarcheck txi files for 3.4 release.
author Rik <octave@nomad.inbox5.com>
date Wed, 19 Jan 2011 20:29:11 -0800
parents e1851653d59c
children 732a568bf694
comparison
equal deleted inserted replaced
11572:7d6d8c1e471f 11573:6f8ffe2c6f76
1217 @var{cmdname} ("@var{arg1}", "@var{arg2}", @dots{}) 1217 @var{cmdname} ("@var{arg1}", "@var{arg2}", @dots{})
1218 @end example 1218 @end example
1219 1219
1220 Any regular function can be used as a command if it accepts string input 1220 Any regular function can be used as a command if it accepts string input
1221 arguments. For example: 1221 arguments. For example:
1222
1222 @example 1223 @example
1223 @group 1224 @group
1224 toupper lower_case_arg 1225 toupper lower_case_arg
1225 @result{} ans = LOWER_CASE_ARG 1226 @result{} ans = LOWER_CASE_ARG
1226 @end group 1227 @end group