On 10-Jul-2009, Sergei Steshenko wrote: | I think that missing 'end'/'endfunction' should always cause warnings. Matlab users wouldn't like that very much since a .m file with function [retvals] = foo (args) % function body here is valid and doesn't result in any warnings in Matlab. jwe