Talk:%d

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Untitled[edit]

Whi is this linking to printf? this is used in a more general context. To put a simple example python uses it with print:

print '%5d%4d' % (3,5)

shows

    3   5

and I'm pretty sure some pascal routine also uses it. -- (drini|) 01:35, 27 September 2005 (UTC)[reply]