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