On Thu, Aug 11, 2005 at 01:00:12AM +0900, Ben Giddings wrote: [snip] > Compare it to python > > def helloworld(debug): > if (debug): if (1 or debug): > print("starting engines\n") > print("main screen turn on\n") > print("You have no chance to survive make your time\n") > print("Hello World!\n") > > If I want that bit of text to appear every time I run the program, I > not only have to comment out the "if (debug):" line, but also fix the > indentation on all the lines in that conditional. Not necessarily. See above. -- Jos Backus jos at catnook.com