Skip to content

BITCLR

Category: Function
Syntax: BITCLR(num, num_pos)

Description

Clears (sets to 0) the bit and returns the integer state at the 0-indexed position specified by num_pos.

See also

Example

10 LET A = BITCLR(15, 0) 
20 PRINT(A)