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

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

[Octave-bug-tracker] [bug #62163] private functions should not be availa


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #62163] private functions should not be available to each other
Date: Thu, 10 Mar 2022 08:08:00 -0500 (EST)

Follow-up Comment #2, bug #62163 (project octave):

it seems matlab does allow private functions to 
call their "siblings" ...

With the attached test I see the following on R2019b


>> version

ans =

    '9.7.0.1296695 (R2019b) Update 4'

>> pippo
I am pippo.m
calling topolino ...
I am topolino.m
calling minnie ...
I am minnie.m
calling topolino
I am topolino.m
>> 



(file #52976)
    _______________________________________________________

Additional Item Attachment:

File name: pippo.zip                      Size:0 KB
    <https://file.savannah.gnu.org/file/pippo.zip?file_id=52976>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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