code/4diac-integration/src/integration-test/resources/translator/basic/alg/statements/case/lua/Case_out.lua [45:71]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - local VAR_out = fb[DO_out] if ECC_START == STATE then if true and true then return enterECC_S2(fb) else return false end elseif ECC_S2 == STATE then else return false end end local function executeEvent(fb, id) local modified = transition(fb, id) while modified do modified = transition(fb, -1) end end local interfaceSpec = { numEIs = 0, EINames = {}, EIWith = {}, EIWithIndexes = {}, numEOs = 1, EONames = {"EO1"}, EOWith = {}, EOWithIndexes = {-1}, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - code/4diac-integration/src/integration-test/resources/translator/basic/alg/statements/if/If_out.lua [36:62]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - local VAR_out = fb[DO_out] if ECC_START == STATE then if true and true then return enterECC_S2(fb) else return false end elseif ECC_S2 == STATE then else return false end end local function executeEvent(fb, id) local modified = transition(fb, id) while modified do modified = transition(fb, -1) end end local interfaceSpec = { numEIs = 0, EINames = {}, EIWith = {}, EIWithIndexes = {}, numEOs = 1, EONames = {"EO1"}, EOWith = {}, EOWithIndexes = {-1}, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -