From 3acd6fb728b090f482e0ecb2faea1f9c9f770d4a Mon Sep 17 00:00:00 2001 From: George Marques Date: Mon, 16 Apr 2018 14:54:49 -0300 Subject: [PATCH] Fix names of Variant operators (cherry picked from commit fefee533ae0e55882bbb1a7c42e1da5dc6adb24b) --- core/variant_op.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/variant_op.cpp b/core/variant_op.cpp index 842f5f0af68..03e7ffaaa86 100644 --- a/core/variant_op.cpp +++ b/core/variant_op.cpp @@ -3715,8 +3715,9 @@ static const char *_op_names[Variant::OP_MAX] = { "*", "/", "- (negation)", + "+ (positive)", "%", - "..", + "+ (concatenation)", "<<", ">>", "&",