Skip to content

BITSET

Category: Function
Syntax: BITSET(num, num_pos)

Description

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

See also

Example

10 LET A = BITSET(8, 0)
20 PRINT(A)