Mercurial > hg > octave-lyh
comparison doc/interpreter/var.txi @ 4466:b18007283045
[project @ 2003-07-15 11:43:28 by jwe]
author | jwe |
---|---|
date | Tue, 15 Jul 2003 11:43:29 +0000 |
parents | 184fc19a7d99 |
children | b7360f8eb035 |
comparison
equal
deleted
inserted
replaced
4465:8290e9c9d4f6 | 4466:b18007283045 |
---|---|
235 @item completion_append_char | 235 @item completion_append_char |
236 @xref{Commands For Completion}. | 236 @xref{Commands For Completion}. |
237 | 237 |
238 Default value: @code{" "}. | 238 Default value: @code{" "}. |
239 | 239 |
240 @item default_return_value | |
241 @xref{Multiple Return Values}. | |
242 | |
243 Default value: @code{[]}. | |
244 | |
245 @item default_save_format | 240 @item default_save_format |
246 @xref{Simple File I/O}. | 241 @xref{Simple File I/O}. |
247 | 242 |
248 Default value: @code{"ascii"}. | 243 Default value: @code{"ascii"}. |
249 | 244 |
250 @item crash_dumps_octave_core | 245 @item crash_dumps_octave_core |
251 @xref{Simple File I/O}. | 246 @xref{Simple File I/O}. |
252 | 247 |
253 Default value: 1. | 248 Default value: 1. |
254 | 249 |
255 @item define_all_return_values | |
256 @xref{Multiple Return Values}. | |
257 | |
258 Default value: 0. | |
259 | |
260 @item fixed_point_format | 250 @item fixed_point_format |
261 @xref{Matrices}. | 251 @xref{Matrices}. |
262 | 252 |
263 Default value: 0. | 253 Default value: 0. |
264 | 254 |
405 @item warn_num_to_str | 395 @item warn_num_to_str |
406 @xref{String Conversions}. | 396 @xref{String Conversions}. |
407 | 397 |
408 Default value: 1. | 398 Default value: 1. |
409 | 399 |
400 @item warn_reload_forces_clear | |
401 @xref{Dynamically Linked Functions}. | |
402 | |
403 Default value: 1. | |
404 | |
405 @item warn_resize_on_range_error | |
406 @xref{Index Expressions}. | |
407 | |
408 Default value: 0. | |
409 | |
410 @item warn_single_quote_string) | |
411 @xref{String Conversions}. | |
412 | |
413 Default value: 0. | |
414 | |
410 @item warn_str_to_num | 415 @item warn_str_to_num |
411 @xref{String Conversions}. | 416 @xref{String Conversions}. |
412 | 417 |
413 Default value: 0. | 418 Default value: 0. |
414 | 419 |
415 @item warn_reload_forces_clear | 420 @item warn_undefined_return_values |
416 @xref{Dynamically Linked Functions}. | 421 @xref{Multiple Return Values}. |
417 | |
418 Default value: 1. | |
419 | |
420 @item warn_resize_on_range_error | |
421 @xref{Index Expressions}. | |
422 | |
423 Default value: 0. | |
424 | |
425 @item warn_single_quote_string) | |
426 @xref{String Conversions}. | |
427 | 422 |
428 Default value: 0. | 423 Default value: 0. |
429 | 424 |
430 @item warn_variable_switch_label | 425 @item warn_variable_switch_label |
431 @xref{The switch Statement}. | 426 @xref{The switch Statement}. |