summaryrefslogtreecommitdiff
path: root/core/math/expression.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-12-30 18:04:15 +0100
committerGitHub <noreply@github.com>2019-12-30 18:04:15 +0100
commitb7fcb8d1fe760c527c874fd6762e2bbe4622821e (patch)
treeed1d8fc04696a4c0471159065f8298bf443dbe59 /core/math/expression.h
parent7b412eb8390d73313bfc6ba4997e3533802186cf (diff)
parent134755ebcf0f684f51c1c50562c937296f16ce33 (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.h1
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,