diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-04-17 11:19:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-17 11:19:48 +0200 |
commit | e9ad3fada1c09e8ad060df25185ccc09884d0237 (patch) | |
tree | f51d1814717baeafc2c6457c2f933ffb1ebafc23 /core | |
parent | 5cb83f847f8fb20f69fcb035ec70edf7aeaf4a93 (diff) | |
parent | fefee533ae0e55882bbb1a7c42e1da5dc6adb24b (diff) |
Merge pull request #18239 from vnen/variant-op-names
Fix names of Variant operators
Diffstat (limited to 'core')
-rw-r--r-- | core/variant_op.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/variant_op.cpp b/core/variant_op.cpp index 8ad981ed0e..4e37593915 100644 --- a/core/variant_op.cpp +++ b/core/variant_op.cpp @@ -3728,8 +3728,9 @@ static const char *_op_names[Variant::OP_MAX] = { "*", "/", "- (negation)", + "+ (positive)", "%", - "..", + "+ (concatenation)", "<<", ">>", "&", |