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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user