Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

Support expressions inside InterpolatedString #24

Open
Vorlias opened this issue Feb 8, 2021 · 0 comments
Open

Support expressions inside InterpolatedString #24

Vorlias opened this issue Feb 8, 2021 · 0 comments
Labels
enhancement New feature or request idea An idea

Comments

@Vorlias
Copy link
Member

Vorlias commented Feb 8, 2021

Not quite sure how the implementation detail of this is going to work, but ideally something like:

$x = "Hello, ${expression}" # or 
$x = "Hello {expression}" # or
$x = `Hello ${expression}` # or
$x = $"Hello {expression}"
@Vorlias Vorlias added idea An idea enhancement New feature or request labels Feb 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request idea An idea
Projects
None yet
Development

No branches or pull requests

1 participant