~gabriel1984sibiu/octave/octave

« back to all changes in this revision

Viewing changes to doc/interpreter/octave.html/Script-Files.html

  • Committer: Grevutiu Gabriel
  • Date: 2014-03-07 19:51:57 UTC
  • Revision ID: gabriel1984sibiu@gmail.com-20140307195157-xh7nlheg70c5r879
New upstream version (3.8.1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
</p>
153
153
<a name="XREFsource"></a><dl>
154
154
<dt><a name="index-source"></a>Built-in Function: <em></em> <strong>source</strong> <em>(<var>file</var>)</em></dt>
155
 
<dd><p>Parse and execute the contents of <var>file</var>.  This is equivalent to
156
 
executing commands from a script file, but without requiring the file to
157
 
be named <samp><var>file</var>.m</samp>.
 
155
<dd><p>Parse and execute the contents of <var>file</var>.
 
156
</p>
 
157
<p>This is equivalent to executing commands from a script file, but without
 
158
requiring the file to be named <samp><var>file</var>.m</samp>.
 
159
</p>
 
160
<p><strong>See also:</strong> <a href="Calling-a-Function-by-its-Name.html#XREFrun">run</a>.
158
161
</p></dd></dl>
159
162
 
160
163