Invalid text concatenation operator #23
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
P# Information
488fee5caf
Your problem description
Current implementation of PH7 Engine gives us dot (.) operator for concatenating strings. However Aer specification says, that plus (+) operator should be used instead.
Semi-implemented in
9a56751879
.Default concatenation operator changed in compiler (
e4ab5974fa
).Test already uses plus (+) operator for string concatenation (
6f0d1ab3ff
)Dot operator is no longer used since
a4e6962a67
.