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

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

[Octave-bug-tracker] [bug #64903] Command window may not accept multiple


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #64903] Command window may not accept multiple line comments
Date: Sun, 19 Nov 2023 14:22:19 -0500 (EST)

Follow-up Comment #8, bug #64903 (project octave):

I ran into another case and would like you to comment.  "pause"  seems to be
problematic.  Editor I have is notepad++.  

Please cut/paste these below into command window.  These two groups are the
same except, for the latter, a carriage return is entered right after the
pause.  

When I pasted the lines, the first pause does not work at all. 0 and 1 were
displayed automatically without any feedback from me. After all done, I then
used arrow up key back to the first line, pause works under this condition. 

For the 2nd pause, at the end of the line, below, the first character of the
line is always ignored/missing.  

display(0); pause, display(1)
display(0); pause, 
display(1)


>>
>> display(0); pause, display(1)
0
1
>> isplay(0); pause,
error: 'isplay' undefined near line 1, column 1
>> display(1)


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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