You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while being able to use #() for expressions is powerful, it would be nice if there could be a way to support the rust style quote as well. maybe one could use () for one thing and {} for the other? not sure.
The text was updated successfully, but these errors were encountered:
Not sure if I'm using the right word.
In rust's quote you can do
while in rune it would have to be
while being able to use #() for expressions is powerful, it would be nice if there could be a way to support the rust style quote as well. maybe one could use
()
for one thing and{}
for the other? not sure.The text was updated successfully, but these errors were encountered: