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
We write "hello" into hello.
We write "world" into world.
We write "<hello> <world>!" into greeting.
Open questions:
Should this be available to all string literals ('', ""), or should there be a new type of string literals using backticks?
What is the best delimiter? <> makes it hard to write HTML or XML. $ could be an option, either as $name (Groovy), $name$ (ST) or ${name} (JavaScript, Groovy)
Can arbitrary expressions be used? E.g. <name of student> or ${name of student}.
The text was updated successfully, but these errors were encountered:
Open questions:
''
,""
), or should there be a new type of string literals using backticks?<>
makes it hard to write HTML or XML.$
could be an option, either as$name
(Groovy),$name$
(ST) or${name}
(JavaScript, Groovy)<name of student>
or${name of student}
.The text was updated successfully, but these errors were encountered: