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