From 525c7322db0c200e4d9b72fa898a31e588cffc31 Mon Sep 17 00:00:00 2001 From: Andrew Davison Date: Wed, 30 Oct 2024 13:52:04 +1000 Subject: [PATCH] Document term_variables/3 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da1752a7..4bb05e65 100644 --- a/README.md +++ b/README.md @@ -514,6 +514,8 @@ Non-standard predicates reset/3 # reset(:goal,?ball,-cont) shift/1 # shift(+ball) + term_variables/3 + Note: consult/1 and load_files/2 support lists of files as args. Also support loading into modules eg. *consult(MOD:FILE-SPEC)*.