Quoting constructs: Difference between revisions

m
Line 204:
);
 
// in all of the examples above, the $"..." is a template string, containing {expressions}
// the multi-line form of the template string uses $|
String name = "Bob";
String msg = $|{greeting} {name},
162

edits