Output parameter example
Call squid(x)
Print x
Private Sub squid(y As Integer)
    y = 20
End Sub
The program prints 20