Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
logic variable
Jump to user comments
programming A variable in a logic programming language
which is initially undefined ("unbound") but may get bound to
a value or another logic variable during unification of the
containing clause with the current goal. The value to which
it is bound may contain other variables which may themselves
be bound or unbound.