importConditionalfrom"./conditional";
/**
* else control flow
*/exportdefaultclassElseextendsConditional {
isSatisfied(env) {
// when an else command becomes the current line,// the runtime always enters this block.returntrue;
}
}
//# sourceMappingURL=else.js.map