Splitting a Long Line into a series of Shorter Ones, suggestion to alter Example #1 Topic is solved

Share your ideas as to how the documentation can be improved.
User avatar
mslonik
Posts: 144
Joined: 21 Feb 2019, 04:38
Location: Poland
Contact:

Splitting a Long Line into a series of Shorter Ones, suggestion to alter Example #1

Post by mslonik » 11 Apr 2021, 10:22

Dear Forum,

in topic dedicated to "Splitting a Long Line into a Series of Shorter Ones" I suggest to alter content of "EXAMPLE #1" from:
; EXAMPLE #1:
Var =
(
Line 1 of the text.
Line 2 of the text. By default, a linefeed (`n) is present between lines.
)
to
; EXAMPLE #1:
Var := "
(
Line 1 of the text.
Line 2 of the text. By default, a linefeed (`n) is present between lines.
)"
My reasoning: promotion of "new" syntax, expression oriented. Another option: to show DEPRECATED syntax and new one, side by side.

Kind regards, mslonik

My scripts on this forum: Hotstrings Diacritic O T A G L E
Please become my patreon: Patreon👍
Written in AutoHotkey text replacement tool: Hotstrings.technology
Courses on AutoHotkey :ugeek:
User avatar
Ragnar
Posts: 613
Joined: 30 Sep 2013, 15:25

Re: Splitting a Long Line into a series of Shorter Ones, suggestion to alter Example #1  Topic is solved

Post by Ragnar » 13 Apr 2021, 07:57

Thanks for reporting. The changes are included in PR #480.
Post Reply

Return to “Suggestions on Documentation Improvements”