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 4146614 commit 260b451Copy full SHA for 260b451
headers/Management_Envoyer.cpp
@@ -10,8 +10,8 @@ void FPL_Print_Init(VariablesManagement& var, std::string& line) {
10
if (vec.size() == 1) {
11
if (var.isVariable(vec[0])) {
12
std::cout << var.getVariableValue(vec[0]) << std::endl;
13
+ continuer = false;
14
}
- continuer = false;
15
16
17
if (continuer) {
0 commit comments