TodePond/DreamBerd

Cannot interpolate text in Brazil

partisani opened this issue · 1 comments

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}

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

Try this