We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260b451 commit b25a84bCopy full SHA for b25a84b
headers/FPL_F.cpp
@@ -5,7 +5,10 @@ void FrenchProgrammingLanguage_Init(VariablesManagement& var, std::vector<std::s
5
FPL_Print_Init(var, line);
6
}
7
else if (content_line_slitted[0] == "variable") {
8
- var.init(line);
+ var.variables_basics(line);
9
+ }
10
+ else if (content_line_slitted[0] == "changer") {
11
+ var.variables_update(line);
12
13
else {
14
errorInstruction();
0 commit comments