braille_mask_valid Function

public pure function braille_mask_valid(mask) result(valid)

A mask is a valid braille bitmask only within [0, 255]; any other value carries dot bits that do not exist in the U+2800 block.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: mask

Return Value logical