Note that "DELIMITER '/';" was used to change the command delimiter from ";" to "/", so that I can use ";" as part of the stored procedure definition statement.
"CALL HelloWorld()/" is a command to test the stored procedure.
If made a mistake in the stored procedure, you can delete it from the server by the "DROP PROCEDURE HelloWorld" command.