Next Prev Up Top Contents Index

test

Backward Chaining Goal
Syntax

test lisp-form

Arguments

lisp-form is a single lisp form.

Description

Succeeds if and only if the lisp-form returns a non- nil value. Any currently bound variables may be used in the lisp form.

Examples
(test (> ?c 10))
(test (not (and  (eq ?a ?b) (member ?b ?c))))

LispWorks KnowledgeWorks and Prolog User Guide - 15 Jul 2003

Next Prev Up Top Contents Index