comparison scripts/miscellaneous/run.m @ 9037:4cb9f994dcec

Documentation cleanup of var.texi, expr.texi, eval.texi Spellcheck Style check (particularly for two spaces after period)
author Rik <rdrider0-list@yahoo.com>
date Sun, 22 Mar 2009 08:41:49 -0700
parents eb63fbe60fab
children f22bbc5d56e9
comparison
equal deleted inserted replaced
9036:58604c45ca74 9037:4cb9f994dcec
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} run (@var{f}) 20 ## @deftypefn {Function File} {} run (@var{f})
21 ## @deftypefnx {Command} {} run @var{f} 21 ## @deftypefnx {Command} {} run @var{f}
22 ## Run scripts in the current workspace that are not necessarily on the 22 ## Run scripts in the current workspace that are not necessarily on the
23 ## path. If @var{f} is the script to run, including its path, then @code{run} 23 ## path. If @var{f} is the script to run, including its path, then @code{run}
24 ## change the directory to the directory where @var{f} is found. @code{run} 24 ## change the directory to the directory where @var{f} is found. @code{run}
25 ## then executes the script, and returns to the original directory. 25 ## then executes the script, and returns to the original directory.
26 ## @seealso{system} 26 ## @seealso{system}
27 ## @end deftypefn 27 ## @end deftypefn
28 28
29 function run (s) 29 function run (s)