UNPKG

@abaplint/core

Version:
11 lines 337 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Exit = void 0; const combi_1 = require("../combi"); class Exit { getMatcher() { return (0, combi_1.seq)("EXIT", (0, combi_1.opt)((0, combi_1.alt)("FROM SQL", "FROM STEP-LOOP"))); } } exports.Exit = Exit; //# sourceMappingURL=exit.js.map