Skip to content

Allow concatenation of string and numbers in scripting #766

@bochen87

Description

@bochen87

Currently, only concatenation of strings is allowed. Trying to concatenate a number and a string leads to a runtime error

else if (rhs_v.isString() && lhs_v.isString() && op == plus)

It would be nice to also allow concatenation of string and numbers

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions