Skip to content

Commit b25a84b

Browse files
committed
Ajout de "changer"
1 parent 260b451 commit b25a84b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

headers/FPL_F.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ void FrenchProgrammingLanguage_Init(VariablesManagement& var, std::vector<std::s
55
FPL_Print_Init(var, line);
66
}
77
else if (content_line_slitted[0] == "variable") {
8-
var.init(line);
8+
var.variables_basics(line);
9+
}
10+
else if (content_line_slitted[0] == "changer") {
11+
var.variables_update(line);
912
}
1013
else {
1114
errorInstruction();

0 commit comments

Comments
 (0)