Using `//` comments in a procedure cause it to break on validation due to it putting everything on one line before validation procedure. Only `/* Comment */` style comments work.
Using
//comments in a procedure cause it to break on validation due to it putting everything on one line before validation procedure.Only
/* Comment */style comments work.