-
-
Notifications
You must be signed in to change notification settings - Fork 34k
Closed as not planned
Labels
type-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
a = 'a long line with a line-break \n in the middle'Using backticks.
a = `a long line with a line-break
in the middle`
Primary usage: exec()
Other uses include input to JSON and CBOR APIs:
lcbor = CBOR.from_diagnostic(`{
# Comments are also permitted
1: 45.7,
2: "Hi there!"
}`).encode();
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type-featureA feature request or enhancementA feature request or enhancement