Mercurial > hg > octave-lyh
diff src/variables.cc @ 3372:f16c2ce14886
[project @ 1999-11-23 19:07:09 by jwe]
author | jwe |
---|---|
date | Tue, 23 Nov 1999 19:07:18 +0000 |
parents | 86873384cd10 |
children | 36405da8e173 |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -1308,7 +1308,18 @@ symbols_of_variables (void) { DEFVAR (ans, , 0, - ""); + "-*- texinfo -*-\n\ +@defvr {Built-in Variable} ans\n\ +This variable holds the most recently computed result that was not\n\ +explicitly assigned to a variable. For example, after the expression\n\ +\n\ +@example\n\ +3^2 + 4^2\n\ +@end example\n\ +\n\ +@noindent\n\ +is evaluated, the value of @code{ans} is 25.\n\ +@end defvr"); DEFVAR (ignore_function_time_stamp, "system", ignore_function_time_stamp, "-*- texinfo -*-\n\