in the parameters in a function/sub how do you make a variable optional?

eg.
public sub XYZ (variable1 as integer)
end sub

how would you mae variable 1 optional?