DEBSOURCES
Skip Quicknav
sources / preprocess / 1.1.0%2Bds-1 / test / inputs / else.py
1234567891011
#!python # #define ZERO 0 if __name__ == '__main__': # #if ZERO print "zero" # #else print "not zero" # #endif print "bye"