view test/nest/script_nest_2.m @ 31213:bc385e42e09a

NEWS.8.md: Announce new legend property "itemhitfcn" * NEWS.8.md: Announce new legend property "itemhitfcn".
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Mon, 29 Aug 2022 18:36:17 +0200
parents fc4bb4bd1d5e
children
line wrap: on
line source

## script_nest.m
function r = script_nest_2 (x)
  function r = nest_fun ()
    r = 13;
  endfunction
  script_nest_script_2;
endfunction