Error, unterminated procedure - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : Error, unterminated procedure

Error, unterminated procedure

 

Description

Examples

Description

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.

Examples

Example 1:

Error, unterminated procedure

Solution 1: Terminate the procedure with end proc.

(2.1)

Example 2:

Error, unterminated procedure

Solution 2: Use Shift+Enter to enter a multiline procedure.

(2.2)

See Also

proc

shortcut keys


Download Help Document