Skip to content

String interpolation #40

@robertkleffner

Description

@robertkleffner

It's convenient enough to miss it a lot of times and makes many simple string literals more readable. But it would be nice if this was just a syntactic sugar of some sort, driven by an overload or something.

So, $"Hello there, {name}, and welcome!" would be desugared into "Hello there, " name show concat-string ", and welcome!" concat-string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions