Skip to content

Allow a letter before a string literal #5

@apt1002

Description

@apt1002
  • Python has r"..." syntax for raw strings. Rust has r#"..."#.
  • Python has f"..." syntax for format strings.
  • Rust has b"..." syntax for byte strings and c"..." for C strings.
  • Kotlin has return syntax to allow return to be used as an identifier. This might be better written i"return".

Allow a letter before a string literal in Welly. Decide on the meanings later.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions