Monday 21 July 2008 — This is more than 17 years old. Be careful.
Just a quick note: after far too long, the comments on this blog now support the <pre> tag so we can talk about code if need be. Thanks for your patience!
Monday 21 July 2008 — This is more than 17 years old. Be careful.
Just a quick note: after far too long, the comments on this blog now support the <pre> tag so we can talk about code if need be. Thanks for your patience!
Comments
sounds good, thanks!# Using code element
import this
if 1:
print 'abc'
# Using pre element import that if 1: print 'abc'because it's one of those relics from HTML that I forgot even existed. Why not use ?covers it all, and has the advantage that it also implies not flowing text, which is important. I wanted to give people *a* way to do what they need, not *all* ways.Designates sample output from programs, scripts, etc.
/anal
Anyway, please don't let my noise distract from your excellent blog.
is supposed to be used for inline text, not for blocks. If I remember correctly, at least._______ ________________________ / ___\_ o O O _( I wonder if Ned knows )____ /====(_____\___---_ o _( that he's opened up his blog ) | \ (_ to all kinds of abuse. ______) | |@ (_______________________) \ ___ / \ __----____--_\____(____\_____/ ==|__----____--______| / / \____/)_ / ______) / | | | _| | ______\______________|______ / * * \ /_____________*____*___________\ / * * \ /________________________________\ / * \ /__________________________________\ | | |________________________| | | |________________________|You are quite right. I'll shut up now.
Add a comment: