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 f6483a2 commit 0d709ccCopy full SHA for 0d709cc
src/Parser.cpp
@@ -499,6 +499,7 @@ namespace FPL {
499
variable.HasReturnValue = false;
500
variable.InFonction = false;
501
variable.VariableType = Type("bool", BOOL);
502
+ variable.VariableValue = name->mText;
503
504
if (fonction.has_value() || fonction != std::nullopt) {
505
variable.InFonction = true;
@@ -754,6 +755,7 @@ namespace FPL {
754
755
756
757
758
+ variable.VariableValue = PossibleVariable->mText;
759
760
761
0 commit comments