Can you Impove code reading by multi line descreptions?

0 votes
asked Jul 7, 2024 in Wanted features by SieDa

As with comments /' ... '/ with multiple lines it would be nice to add descriptions not only into one line of code for an object to improve readability.

Any way to do it not all in one line as in  "this \nsimple \ndescription \nwhich will show on 5 lines", e.g. by supporting it this way:

object .... /"
this \n
simple \n
description \n
which will show on \n
5 lines
"/ .... as obj1{ ... }

1 Answer

0 votes
answered Jul 8, 2024 by The-Lu (76,620 points)
...