diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-12-30 18:04:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-30 18:04:15 +0100 |
commit | b7fcb8d1fe760c527c874fd6762e2bbe4622821e (patch) | |
tree | ed1d8fc04696a4c0471159065f8298bf443dbe59 /core/math/expression.h | |
parent | 7b412eb8390d73313bfc6ba4997e3533802186cf (diff) | |
parent | 134755ebcf0f684f51c1c50562c937296f16ce33 (diff) |
Merge pull request #34670 from dalexeev/expr_ord
Add ord() function to Expression class
Diffstat (limited to 'core/math/expression.h')
-rw-r--r-- | core/math/expression.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/math/expression.h b/core/math/expression.h index 833220592c..aac27276d7 100644 --- a/core/math/expression.h +++ b/core/math/expression.h @@ -97,6 +97,7 @@ public: TYPE_OF, TYPE_EXISTS, TEXT_CHAR, + TEXT_ORD, TEXT_STR, TEXT_PRINT, TEXT_PRINTERR, |