diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-08 06:52:21 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-08 06:52:21 (GMT) |
commit | 6659ad47b0b07b66b62ca79f3929d361733cc67a (patch) | |
tree | e4f0cbd7fa1e4b5dcb69daca43d3a7f33a1ed022 /src/value.h | |
parent | 5ce3d4ff8df274bbbb1b5dbd272179ad5765ded1 (diff) |
Updated boolean handling of if/else
Diffstat (limited to 'src/value.h')
-rw-r--r-- | src/value.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/value.h b/src/value.h index 2003460..fb6500c 100644 --- a/src/value.h +++ b/src/value.h @@ -61,6 +61,8 @@ public: std::string toString() const; + bool toBool() const; + void append(Value *val); private: |