Remove one of the two identical entries for the ~ND control sequence of format/2

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@852 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
stasinos 2003-07-25 10:57:07 +00:00
parent aadacd9fe6
commit 1e62accfaa
1 changed files with 0 additions and 9 deletions

View File

@ -3847,15 +3847,6 @@ of three digits.
1,500.00, 150,000
@end example
@item '~ND'
Identical to @code{'~Nd'}, except that @code{','} is used to separate groups
of three digits.
@example
?- format("~2D, ~D",[150000, 150000]).
1,500.00, 150,000
@end example
@item '~i'
Ignore the next argument in the list of arguments: