Exits the script run.
Description
The RETURN command stops the script run, but leaves Consteel open. In other words, it returns the control of Consteel to the user interface. Code lines after the RETURN command are not going to be executed.
Syntax
RETURN
Sample code