scope

open fun <R> scope(function: S.() -> R): R

Runs function with a newScope as its receiver, isolating any it.unibo.tuprolog.core.Var it creates.