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

Cannot interpolate text in Brazil #672

Open
partisani opened this issue Jun 28, 2024 · 1 comment
Open

Cannot interpolate text in Brazil #672

partisani opened this issue Jun 28, 2024 · 1 comment

Comments

@partisani
Copy link

I was trying to write a simple product registering app for myself using dreamberd, and i found myself having to interpolate text. but i simply COULDN'T.

minimal reproducible example

const const place_ur_going_to = Brazil!
print("you are going to R${place_ur_going_to}")!

running this prints: you are going to R${place_ur_going_to}

@SkyaTura
Copy link

const const place_ur_going_to = Brazil!
print("you are going to R${place.ur.going,to}")!

Try this

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

No branches or pull requests

2 participants