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)", "<<", ">>", "&",