Closed shsajjadi closed 3 years ago
If a private function has sub-functions the code generator cannot generate code for those local functions.
My original wrong understanding was that private functions are like nested functions and local functions are subfunctions. Currently in Octavethe local functions of private functions are marked as private functions. The issue is fixed here.
If a private function has sub-functions the code generator cannot generate code for those local functions.