-
-
Notifications
You must be signed in to change notification settings - Fork 403
Open
Labels
enhancementFeature request, an issue about something that could be improved, or a PR improving something.Feature request, an issue about something that could be improved, or a PR improving something.up for debateWhen the decision is yet to be debated on the issue in questionWhen the decision is yet to be debated on the issue in question
Description
Suggestion
Mimic Java's String/Quote Block, in terms of starting and ending a string with three quotation marks ("""
)
Why?
When needing to have multiple quotation marks be present in the final string/product, it can start to look funky.
Adding/mimicking Java's block, could allow only a single quotation mark, instead of two, to be present in the final product
Example (Simple)
set {_str} to """Hello "World"!"""
# Output
Hello "World"!
Other
No response
Agreement
- I have read the guidelines above and affirm I am following them with this suggestion.
Metadata
Metadata
Assignees
Labels
enhancementFeature request, an issue about something that could be improved, or a PR improving something.Feature request, an issue about something that could be improved, or a PR improving something.up for debateWhen the decision is yet to be debated on the issue in questionWhen the decision is yet to be debated on the issue in question