Swaps two integers
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(inout) | :: | a |
Integers to swap Integers to swap |
||
integer, | intent(inout) | :: | b |
Integers to swap Integers to swap |
Swaps two logicals
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(inout) | :: | a |
Logicals to swap Logicals to swap |
||
logical, | intent(inout) | :: | b |
Logicals to swap Logicals to swap |