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

Implement Luau interpolated strings #110

Open
TheGreatSageEqualToHeaven opened this issue Nov 29, 2022 · 2 comments · May be fixed by #111
Open

Implement Luau interpolated strings #110

TheGreatSageEqualToHeaven opened this issue Nov 29, 2022 · 2 comments · May be fixed by #111
Assignees
Labels
enhancement New feature or request version-Luau Issues related to Luau support

Comments

@TheGreatSageEqualToHeaven
Copy link
Member

Luau has interpolated strings

local world = "World"
local foo = `Hello {world}`
print(foo)
@TheGreatSageEqualToHeaven TheGreatSageEqualToHeaven added the enhancement New feature or request label Nov 29, 2022
@TheGreatSageEqualToHeaven TheGreatSageEqualToHeaven linked a pull request Nov 30, 2022 that will close this issue
@LittleDyingDuck
Copy link

ur capping

@RealPacket
Copy link

ur capping

No, it actually does. Check https://luau-lang.org/syntax#string-interpolation.

@GGG-KILLER GGG-KILLER added the version-Luau Issues related to Luau support label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request version-Luau Issues related to Luau support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants