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

8 lines
51 B
JavaScript

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