isBlock

open val isBlock: Boolean

Checks whether the current term is a logic block. This method is guaranteed to return true if and only if the current term is an instance of Block.

Return

true if the current term is a logic block, or false, otherwise