if-false-else.js 57 B

123456
  1. 'use strict';
  2. //#if FALSE
  3. var a;
  4. //#else
  5. var b;
  6. //#endif