Mercurial > hg > octave-nkf
view test/nest/scope1.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 | be18c9e359bf |
children |
line wrap: on
line source
# scope1.m function scope1 (n) value = n; if value C; end function A B; function B scope1 (0); endfunction endfunction function C D; function D A; endfunction endfunction endfunction