JPL and DL fixes

documentation fix.


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1572 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2006-03-22 15:00:29 +00:00
parent e90ddb032f
commit 01091f0bfa
8 changed files with 10 additions and 8 deletions

View File

@@ -2455,7 +2455,7 @@ Prolog standard the default action is @code{error}).
After defining @code{undefined/1} by:
@example
undefined(A) :- format('Undefined predicate: ~w~n'), fail.
undefined(A) :- format('Undefined predicate: ~w~n',[A]), fail.
@end example
@noindent
and executing the goal: