code/4diac-integration/src/integration-test/resources/translator/basic/alg/statements/case/lua/Case_out.lua [46:71]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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/return/lua/Return_out.lua [27:52]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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}, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -