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 cb4158e commit c24698aCopy full SHA for c24698a
src/VariableDefinition.h
@@ -38,5 +38,6 @@ namespace FPL {
38
std::string VariableValue;
39
bool InFonction;
40
bool IsGlobal;
41
+ bool HasReturnValue;
42
};
43
}
0 commit comments