FlatLang / Flat

(Deprecated) Soon-to-be legacy Flat compiler all in one
6 stars 0 forks source link

Update string interpolation syntax #421

Open BSteffaniak opened 2 years ago

BSteffaniak commented 2 years ago

From

"hey there #name"

and

"hey there #{name}"

to

$"hey there {name}"