2017-11-22 16:46:18 -08:00

12 lines
80 B
JavaScript

if (a > b) {
var before;
before();
var foo;
after();
var after;
}