comparison doc/interpreter/basics.txi @ 12545:e4a22302dc97

Add do_braindead_shortcircuit_evaluation to the list of variables set by --traditional option.
author Rik <octave@nomad.inbox5.com>
date Mon, 28 Mar 2011 14:53:07 -0700
parents 30ee8f0cc7c2
children 1acead61c527
comparison
equal deleted inserted replaced
12544:3ba6e702e6fd 12545:e4a22302dc97
213 allow_noninteger_range_as_index = true 213 allow_noninteger_range_as_index = true
214 beep_on_error = true 214 beep_on_error = true
215 confirm_recursive_rmdir = false 215 confirm_recursive_rmdir = false
216 crash_dumps_octave_core = false 216 crash_dumps_octave_core = false
217 default_save_options = "-mat-binary" 217 default_save_options = "-mat-binary"
218 do_braindead_shortcircuit_evaluation = true
218 fixed_point_format = true 219 fixed_point_format = true
219 history_timestamp_format_string = "%%-- %D %I:%M %p --%%" 220 history_timestamp_format_string = "%%-- %D %I:%M %p --%%"
220 page_screen_output = false 221 page_screen_output = false
221 print_empty_dimensions = false 222 print_empty_dimensions = false
222 @end group 223 @end group