Suppress Output Display
If you are entering Maple input by typing in the specific commands, you can suppress Maple output by ending the input command with a colon (:), rather than a semicolon (;).
If you enter a colon, Maple executes the command, but suppresses the output, as shown below.
j:=1:
To suppress the output from an if statement, a loop, or a procedure, enter a colon after end if, end do, or end proc.
See Also
Maple Input
Options for Output Display
Remove Maple Output from a Selection
Remove Maple Output from a Worksheet
Statement Separators
Download Help Document