Error, unterminated procedure
Description
Examples
This error occurs when the input is executed before the procedure statement is complete. A proc statement must be terminated by end proc.
To enter multiline inputs without generating errors, press Shift+Enter. This produces another line in the input region without executing the input.
Example 1:
Solution 1: Terminate the procedure with end proc.
Example 2:
Solution 2: Use Shift+Enter to enter a multiline procedure.
See Also
proc
shortcut keys
Download Help Document