7 lines
56 B
JavaScript
7 lines
56 B
JavaScript
|
'use strict';
|
||
|
//#if TRUE
|
||
|
var a;
|
||
|
//#else
|
||
|
var b;
|
||
|
//#endif
|