Hello, ``` function printNice(param) if param; disp('true'); else; disp('false'); end cmd = '@echo nice'; dos(cmd); end ``` produces a wrong outline:  else and cmd are shown outside the function. Regards, Simon
Hello,
produces a wrong outline:

else and cmd are shown outside the function.
Regards,
Simon