reflect improved determinism thanks to the improvements by @notoria

This commit is contained in:
Markus Triska
2020-12-22 23:55:40 +01:00
parent d290596c1d
commit 27a52ef56a
6 changed files with 16 additions and 26 deletions

View File

@@ -64,8 +64,7 @@
Example:
?- phrase(format_("~s~n~`.t~w!~12|", ["hello",there]), Cs).
%@ Cs = "hello\n......there!"
%@ ; false.
%@ Cs = "hello\n......there!".
I place this code in the public domain. Use it in any way you want.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */