clear
;
echo $_FILE
print "#if, #else, #endif test"	;
print #if, #else, #endif test"	;no ""

;nolist		;print͕\

print 0

#if 0
 print 1
#else
 print 2
#endif

#if 1
 print 1
#else
 print 2
#endif

#if 1
 #if 1
  print 1
 #else
  print 2
 #endif
#endif

#if 0
 #if 1
  print 1
 #else
  print 2
 #endif
#else
 #if 1
  print 3
 #else
  print 4
 #endif
#endif

#if 1
 #if 1
  print 1
 #else
  print 2
 #endif
#else
 #if 1
  print 3
 #else
  print 4
 #endif
#endif


# else	;error

#endif	;error

#if 0 t
	print 00
#endif	;comment

#if 1 ;;comment
	print 11
#endif	;comment


#if t
	print 00
#endif	

;-------------------------


#if 1		;;;
 print 11
 #if 1
  print 21
  #if 1
   print 31
  #else
   print 30
  #endif
 #else
  print 3
 #endif
#else
 print 10
 #if 1
  print 20
 #else
  print 30
 #endif
#endif

;-------------------------

#if 1	;
print 111
#else	;
print 222
#endif	;

#if 1	;
print 111
#else	aaa bbb; comment
print 222
#endif	ccc ddd; comment

;-------------------------

list -d

#if 1 	//

#if	( defined(TRUE) && 0 )
#endif

#endif

#if "llll

#if llll

#ifdef 123

#ifndef 345

#if
#ifdef
#ifndef



nolist

trace traceR}hnolistł\


