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

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

[Octave-bug-tracker] [bug #56068] The echo command goes in action only a


From: anonymous
Subject: [Octave-bug-tracker] [bug #56068] The echo command goes in action only after the SECOND line
Date: Wed, 3 Apr 2019 19:29:22 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0

URL:
  <https://savannah.gnu.org/bugs/?56068>

                 Summary: The echo command goes in action only after the
SECOND line
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 03 Apr 2019 11:29:20 PM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: Naftali Kidron
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

the script:

a = 1 + 1
echo on
b = 2 + 1
B = 2 + 1
echo
c = 3 + 1
C = 3 + 1
echo
d = 4 + 1
D = 4 + 1
echo

resulting in

>> ECHO
a =  2
b =  3
B = 2 + 1
B =  3
echo
c =  4
C =  4
d =  5
D = 4 + 1
D =  5
echo
>>






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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