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
Open

Implement Luau interpolated strings #110

TheGreatSageEqualToHeaven opened this issue Nov 29, 2022 · 2 comments
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)
@LittleDyingDuck
Copy link

ur capping

@GGG-KILLER GGG-KILLER added the version-Luau Issues related to Luau support label Mar 4, 2024
@DataM0del
Copy link

ur capping

No he's not... LOL

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.

5 participants
@GGG-KILLER @LittleDyingDuck @TheGreatSageEqualToHeaven @DataM0del and others