tabs do WHAT?

Dennis Lee Bieber wlfraed at ix.netcom.com
Tue Jan 25 12:27:51 EST 2000


On Tue, 25 Jan 2000 10:23:32 -0500, "Warren Postma"
<embed at geocities.com> declaimed the following in comp.lang.python:

> 
> Rather bloody minded of me to point this out, but hey "to each his own"...
> 
> #define BEGIN {
> #define END     }
> 
> Can I do the same somehow in Python?  ;-)
> 
	As has been pointed out once or twice...

	if x:
	#begin
		y()
	#end

	The difference being that you still need to indent between
them..

--
 > ============================================================== <
 >   wlfraed at ix.netcom.com  | Wulfraed  Dennis Lee Bieber  KD6MOG <
 >      wulfraed at dm.net     |       Bestiaria Support Staff       <
 > ============================================================== <
 >        Bestiaria Home Page: http://www.beastie.dm.net/         <
 >            Home Page: http://www.dm.net/~wulfraed/             <



More information about the Python-list mailing list