Returns increased integer value.
Increases argument a
by 1 or b
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=i4), | intent(in) | :: | a |
Value to increase. |
||
integer(kind=i4), | intent(in), | optional | :: | b |
Summand to use. |
Increases argument a
by 1 or b
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=i8), | intent(in) | :: | a |
Value to increase. |
||
integer(kind=i8), | intent(in), | optional | :: | b |
Summand to use. |