##// END OF EJS Templates
skip ugly %2i formatting...
skip ugly %2i formatting I decided that misalignment when digits don't match is less ugly than the asymmetrical space caused by '[%2i]' with single-digit numbers, which are most common.

File last commit:

r1420:34bafc01
r7059:8da04fb8
Show More
simplevars.py
2 lines | 22 B | text/x-python | PythonLexer
x = 1
print 'x is:',x