bis_(X1, X2)

Purpose

The bis_ subroutine sets bit X1 of X2 to 1. For greater portability, it is recommended that you use the IBSET standard intrinsic procedure instead of this procedure.

Class

Subroutine

Argument type and attributes

X1
INTEGER(4), INTENT(IN)

The range of X1 must be within 0 to 31, inclusive.

X2
INTEGER(4), INTENT(INOUT)