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

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

[Octave-bug-tracker] [bug #51096] publish fails when clear all is used


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #51096] publish fails when clear all is used
Date: Thu, 17 Aug 2017 16:33:27 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36

Follow-up Comment #7, bug #51096 (project octave):

I just want to document one minor regression regarding command-line functions.
 The solution is to run the script (like in the example below) prior to
publishing it, as the necessary command-line functions seem to be present
then.


## Simple Test
#
##

1;
function c = mysum (a, b)
  c = a + b;
endfunction

c = mysum (2, 3)

##
# Saving break
#

c = mysum (2, 3)


At least we are still "better" than Matlab regarding command-line functions,
such a thing does not work there.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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