In pascal, procedures do not have return statements, only functions do. Must be an error in the text. However, a procedure can have an "exit" statement, which could act as a "return" statement without arguments, meaning no return values. function can get inputs and return just only an output.