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