Cannot interpolate text in Brazil
partisani opened this issue · 1 comments
partisani commented
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 commented
const const place_ur_going_to = Brazil!
print("you are going to R${place.ur.going,to}")!
Try this