code/4diac-integration/src/integration-test/resources/translator/basic/alg/statements/for/lua/For_out.lua [31:59]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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}, numDIs = 0, DINames = {}, DIDataTypeNames = {}, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - code/4diac-integration/src/integration-test/resources/translator/basic/alg/statements/if/If_out.lua [37:65]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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}, numDIs = 0, DINames = {}, DIDataTypeNames = {}, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -