Skip to content

Command interpolations #123

@savq

Description

@savq

Currently command interpolations are parsed the same as string interpolations. However, these allow many more expressions. For example:

run(`echo $'\a'`)      # Char interpolation
run(`echo $[1, 2, 3]`) # Array interpolation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions