Skip to content

Advanced Strings #109

@sdgoodrick

Description

@sdgoodrick
        let(name="Tim") in "Hello, {name}."   # String interpolation 

        "Hello, "+name+"."                    # String concatenation 

        s.length                              # String length 

        s.slice[2,10]                         # String slice (may fail) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    GoldBelongs to the gold language.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions