> ;-------------------------
> 
> #if 1	;
> print 111
111
> #else	;
  ;cms: Start executing by #endif<107>.
> 
> #if 1	;
> print 111
111
> #else	aaa bbb; comment
;p[^B "aaa bbb"
  ;cms: Start executing by #endif<113>.
;p[^B "ccc ddd"
> 
> ;-------------------------
