Is there an explicit way to use the default value?
e.g printValues(-1, *, -1) where '*' means that I would like to use the default value.
Output:
Values: -1 20 -1
↧
By: Marcus
↧
Is there an explicit way to use the default value?
e.g printValues(-1, *, -1) where '*' means that I would like to use the default value.
Output:
Values: -1 20 -1