Calq commands and keywords

Keyword

return

Definition

This keyword is used to stop the execution of a program and return control to the web-interface. Anything after this statement is skipped.

Example

  disp('This is the only line displayed.');
  return
  disp('This line is skipped.');
  disp('This line is also skipped.');

See also

end return


What is Calq?
Latest version of Calq
Digital Wave Systems Lab homepage