Subject Assign a default value in a procedure parameter
Author grndeveloper
Imagine that we have a procedure with one parameter.

It is possible assign a default value in that procedure in order to
calling it without parameters.

For example, F is a procedure that the input is a boolean parameter.
By default i wish that call the procedure F like that 'execute
procedure F' it do the same that calling like 'execute procedure F(1)'

Thanks for all!

Best regards,