Mercurial > hg > octave-nkf
view test/nest/nest_eval.m @ 20830:b65888ec820e draft default tip gccjit
dmalcom gcc jit import
author | Stefan Mahr <dac922@gmx.de> |
---|---|
date | Fri, 27 Feb 2015 16:59:36 +0100 |
parents | 44d6ffdf9479 |
children |
line wrap: on
line source
function x = nest_eval (a, b) eval (a); nested (); function nested () eval (b); endfunction endfunction