comparison 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
comparison
equal deleted inserted replaced
3371:86873384cd10 3372:f16c2ce14886
1306 1306
1307 void 1307 void
1308 symbols_of_variables (void) 1308 symbols_of_variables (void)
1309 { 1309 {
1310 DEFVAR (ans, , 0, 1310 DEFVAR (ans, , 0,
1311 ""); 1311 "-*- texinfo -*-\n\
1312 @defvr {Built-in Variable} ans\n\
1313 This variable holds the most recently computed result that was not\n\
1314 explicitly assigned to a variable. For example, after the expression\n\
1315 \n\
1316 @example\n\
1317 3^2 + 4^2\n\
1318 @end example\n\
1319 \n\
1320 @noindent\n\
1321 is evaluated, the value of @code{ans} is 25.\n\
1322 @end defvr");
1312 1323
1313 DEFVAR (ignore_function_time_stamp, "system", ignore_function_time_stamp, 1324 DEFVAR (ignore_function_time_stamp, "system", ignore_function_time_stamp,
1314 "-*- texinfo -*-\n\ 1325 "-*- texinfo -*-\n\
1315 @defvr {Built-in Variable} ignore_function_time_stamp\n\ 1326 @defvr {Built-in Variable} ignore_function_time_stamp\n\
1316 This variable can be used to prevent Octave from making the system call\n\ 1327 This variable can be used to prevent Octave from making the system call\n\