You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Currently, only string params can be passed to str:concat(), but if we need to contact a string and int, then we have to first convert the int to string and then pass that to str:concat().
This can be improved if we can support str:concat() to accept other formats other than string.
The text was updated successfully, but these errors were encountered:
Description:
Currently, only
string
params can be passed tostr:concat()
, but if we need to contact astring
andint
, then we have to first convert theint
tostring
and then pass that tostr:concat()
.This can be improved if we can support
str:concat()
to accept other formats other thanstring
.The text was updated successfully, but these errors were encountered: