From fefee533ae0e55882bbb1a7c42e1da5dc6adb24b Mon Sep 17 00:00:00 2001 From: George Marques Date: Mon, 16 Apr 2018 14:54:49 -0300 Subject: Fix names of Variant operators --- core/variant_op.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core') 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)", "<<", ">>", "&", -- cgit v1.2.3