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

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

[Octave-bug-tracker] [bug #44860] "hold on" in single-line if not parsed


From: anonymous
Subject: [Octave-bug-tracker] [bug #44860] "hold on" in single-line if not parsed correctly
Date: Fri, 17 Apr 2015 02:47:13 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?44860>

                 Summary: "hold on" in single-line if not parsed correctly
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 17 Apr 2015 02:47:12 AM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: John Trenholme
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

The following causes a parse error:

holding = ishold(); if(0 == holding) hold on; end

syntax error
holding = ishold(); if(0 == holding) hold on; end
                                           ^




The following does not:

holding = ishold(); if(0 == holding) eval('hold on'); end


This seems to be the same as the previously-reported problem using 'more off'
where I use 'hold on'.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44860>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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