Fix names of Variant operators
This commit is contained in:
parent
7b5703bc41
commit
fefee533ae
|
@ -3728,8 +3728,9 @@ static const char *_op_names[Variant::OP_MAX] = {
|
|||
"*",
|
||||
"/",
|
||||
"- (negation)",
|
||||
"+ (positive)",
|
||||
"%",
|
||||
"..",
|
||||
"+ (concatenation)",
|
||||
"<<",
|
||||
">>",
|
||||
"&",
|
||||
|
|
Loading…
Reference in New Issue