"src/language/ast/ASTNodeExpressionBuilder.cpp" did not exist on "a4a979d90ee01d289532915bb7aa7698ae73d066"
Select Git revision
test_DoWhileProcessor.cpp
-
Stéphane Del Pino authored
This includes an important change in the code since one cannot reuse a variable name in a nested block (this means that if a variable is declared, one cannot declare a variable with a same name even in a nested block, while the first variable exists).
Stéphane Del Pino authoredThis includes an important change in the code since one cannot reuse a variable name in a nested block (this means that if a variable is declared, one cannot declare a variable with a same name even in a nested block, while the first variable exists).