In 1-D math input, Maple displays this error message when your input is incomplete. It could mean that you have mismatched or missing brackets or other delimiters. For example, the bracket delimiters (, ), [, ], {, }, <, and > work in pairs, and an error occurs if a bracket is used and cannot be matched with its pair.
Note: Sometimes this error occurs even when your input has no semicolon (;). This may seem surprising. In earlier version of Maple, all input expressions had to be terminated with a semicolon. While that is no longer required, what happens is when you press Enter to execute the input, an implicit statement terminator is inserted. Thus, the parser "sees" the incomplete expression and ending semicolon and issues the error. For more information, see Statement Separators.