~ubuntu-branches/ubuntu/wily/octave/wily

« back to all changes in this revision

Viewing changes to doc/interpreter/octave.html/Miscellaneous-Techniques.html

  • Committer: Package Import Robot
  • Author(s): Sébastien Villemot
  • Date: 2013-05-14 12:42:41 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130514124241-dqow8bc0l4r3yj93
Tags: 3.6.4-2
* Adapt for Texinfo 5
  - add_info_dir_categories: use @dircategory in the patch
  - texinfo5.diff: new patch, fixes compatibility issues with Texinfo 5
* Upgrade to FLTK 1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
 
130
130
     <p>If you are using <code>eval</code> merely as an exception handling mechanism, and not
131
131
because you need to execute some arbitrary text, use the <code>try</code>
132
 
statement instead.  See <a href="The-_003ccode_003etry_003c_002fcode_003e-Statement.html#The-_003ccode_003etry_003c_002fcode_003e-Statement">The <code>try</code> Statement</a>.
 
132
statement instead.  See <a href="The-try-Statement.html#The-try-Statement">The try Statement</a>.
133
133
 
134
134
     <li>Use <code>ignore_function_time_stamp</code> when appropriate. 
135
135
If you are calling lots of functions, and none of them will need to change