isVar

open val isVar: Boolean

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

Return

true if the current term is a variable, or false, otherwise