Name: Anonymous 2009-03-03 10:28
You all act as if you hate it, but we all know it's your favourite language and you're just trolling so that other people won't learn it and see its brilliance.
def A(x):
*if x == 0:
**B()
**C()
*else:
**D(x)
**F(x - 1)
"Astritab"
, a program I made myself in Python, to go through and parse all the * into tabs. I then feed that file to the compiler. It definitely makes it easy to save horizontal screen real-estate.