# doc-cache created by Octave 4.0.0
# name: cache
# type: cell
# rows: 3
# columns: 1
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 13
doctest_evalc


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 648
 -- Loadable Function: S = doctest_evalc (TRY)
 -- Loadable Function: S = doctest_evalc (TRY, CATCH)

     Parse the string TRY and evaluate it as if it were an Octave
     program.  If that fails, evaluate the optional string CATCH.  The
     string TRY is evaluated in the current context, so any results
     remain available after ‘doctest_evalc’ returns.

     This function is like ‘eval’, except any output that would normally
     be written in the console is captured and returned as string S.

          s = doctest_evalc ("t = 42"), t
            ⇒
              s = t =  42

              t =  42

     See also: eval, evalin.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 69
Parse the string TRY and evaluate it as if it were an Octave program.





