octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #60882] Parse error


From: anonymous
Subject: [Octave-bug-tracker] [bug #60882] Parse error
Date: Mon, 5 Jul 2021 12:46:04 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0

Follow-up Comment #4, bug #60882 (project octave):

Turns out it doesn't need the function form diary('off') but simply calling
diary "off" with quotes but without parentheses also works:


function varargout = parse_error (varargin)
  job.format = 0;
  format "long g"      %% no parse error here
  format "long" "g"    %% this works too
endfunction


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60882>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]