Hi all,
strange interpreter bug/warning. Try to execute the following piece of
code :
function foo()
if 1
disp('abcdefghijklmonoprstuvwxyz')
end
endfunction
You get :
-->Warning Identifier : abcdefghijklmonoprstuvwxyz
has been truncated to: abcdefghijklmonoprstuvwx
bugzilled #4542
S.