The mode in is the default. Functions parameters can only have mode in and thus it is common
to leave the mode specification off when defining function parameters1. My recommendation, however,
is to always specify the mode when declaring procedure parameters.