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

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

[Octave-bug-tracker] [bug #55943] The pause function fails when there is


From: Daniel Pérez
Subject: [Octave-bug-tracker] [bug #55943] The pause function fails when there is no argument
Date: Tue, 26 Mar 2019 11:18:09 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36

Follow-up Comment #6, bug #55943 (project octave):

I can reproduce this bug, it only happens when the command is called without
arguments. Otherwise, it works fine. 



>> OCTAVE_VERSION
ans = 5.1.0
>> computer
x86_64-w64-mingw32
>> tic, pause(), toc
Elapsed time is 0.100191 seconds.
>> tic, pause, toc
Elapsed time is 0.100247 seconds.
>> tic, pause(5), toc
Elapsed time is 5.00048 seconds.
>> tic, pause(1), toc
Elapsed time is 1.00014 seconds.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Mensaje enviado vía Savannah
  https://savannah.gnu.org/




reply via email to

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