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 c66a148 commit 32d30b8Copy full SHA for 32d30b8
src/VariableDefinition.h
@@ -36,5 +36,7 @@ namespace FPL {
36
std::string VariableName;
37
Type VariableType;
38
std::string VariableValue;
39
+ bool InFonction;
40
+ bool IsGlobal;
41
};
42
}
0 commit comments