A Date With Tim Peters...

Dennis Lee Bieber wlfraed at ix.netcom.com
Tue Dec 7 10:38:29 EST 1999


On 02 Dec 1999 13:16:23 -0500, Lloyd Zusman <ljz at asfast.com> declaimed
the following in comp.lang.python:

> 
> But can you cause FORTRAN to think that there is no integer between
> -1 and +1?  :)

	Old FORTRAN IV on a system that doesn't write-protect
"constants"... easily.

	program main

	call fakeout(0)
	...



	subroutine fakeout(iarg)

	iarg = iarg + 1

	return
	end

--
 > ============================================================== <
 >   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