minor documentation bug
Ross Boylan <[email protected]> Fri, 11 Apr 2014 00:03:57 -0700
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <1397199837.10240.5.camel@localhost> |
http://www.swi-prolog.org/pldoc/man?section=format-predicates
"E.g., the following will write as many 3's as you want by changing the
`70'.
?- format('~50f', [10 rdiv 3]).
3.33333333333333333333333333333333333333333333333333
"
Text says 70; example uses 50.
Ross Boylan