Take into account suggestions of Emmanuel
Compare changes
- Stéphane Del Pino authored
+ 6
− 1
@@ -28,6 +28,8 @@
@@ -41,7 +43,10 @@
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).