Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

str:concat() should support not string parameters. #72

Open
suhothayan opened this issue Dec 9, 2019 · 0 comments
Open

str:concat() should support not string parameters. #72

suhothayan opened this issue Dec 9, 2019 · 0 comments

Comments

@suhothayan
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant