comparison doc/interpreter/eval.txi @ 10828:322f43e0e170

Grammarcheck .txi documentation files.
author Rik <octave@nomad.inbox5.com>
date Wed, 28 Jul 2010 12:45:04 -0700
parents 923c7cb7f13f
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10827:228cd18455a6 10828:322f43e0e170
109 allows you to use a pass-by-name style of function, 109 allows you to use a pass-by-name style of function,
110 which is similar to using a pointer in programming languages such 110 which is similar to using a pointer in programming languages such
111 as C. 111 as C.
112 112
113 Consider how you might write @code{save} and @code{load} as 113 Consider how you might write @code{save} and @code{load} as
114 m-files. For example, 114 m-files. For example:
115 115
116 @example 116 @example
117 @group 117 @group
118 function create_data 118 function create_data
119 x = linspace (0, 10, 10); 119 x = linspace (0, 10, 10);