Search

January 21, 2011
Genel »
...marka"
	elif markalar == "Beko":
		print "Bekonun güzel bilgisayarları var sonuçta bir dünya devi"
	elif markalar...
January 02, 2011
General »
spir:

"elif" is 4 chars long, as "else", this is not a random choice.


This...
January 02, 2011
General »
...point (I wrote "elif" in quote: it's about the term). "elif" is nearly unguessable...
January 01, 2011
General »
...case "elif" helps keep the code more tidy:

x = 3
if x == 0:
    pass
elif...
January 01, 2011
General »
...all, and took dome more. (Even reproduced "elif" and kept the stupid ':' of Python ;-).

On...
December 04, 2010
Issues »
...include <assert.h>

 #if _WIN32
-#elif linux || __APPLE__ || __FreeBSD__
+#elif linux || __APPLE__ || __FreeBSD__ || __sun&&__SVR4...
October 20, 2010
c++.stlsoft »
...defined(WIN64)
# define WINSTL_OS_IS_WIN64
#elif defined(WIN32)
# define WINSTL_OS_IS_WIN32...
September 07, 2010
DMD »
...and executed:
         print "PASS: Semantics properly supported"

      elif self.toPass and self.hasMain and compiled...
September 01, 2010
DMD »
...19P2
     */

#if 1
    if (Port::isNan(value))
#elif __APPLE__
    if (__inline_isnan(value))
#else
    if...
August 06, 2010
General »
...feature, F3, which finds the matching ( { [ < > ] } ) #ifdef/#elif/#else/#endif when the cursor is placed...
1 2 3 4 5 6 7
Next ›   Last »