-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
- Python has
r"..."syntax for raw strings. Rust hasr#"..."#. - Python has
f"..."syntax for format strings. - Rust has
b"..."syntax for byte strings andc"..."for C strings. - Kotlin has
returnsyntax to allowreturnto 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
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers