Hello,

Is there a way to pass one or more arguments when calling, i.e., a subroutine?

Example: I want to call a subroutine that does something according to a changing value.

It would look like "GOSUB SubRoutine, 123" where 123 is the changing value.

Is this possible in PBP?