isUpper

fun isUpper(type: Int): Boolean

Checks if the given word type includes UPPER

Return

true if the type contains UPPER, false otherwise

Parameters

type

Word type to check