How to break looong lines of code
rambiz · Tue Apr 21, 2020 8:56 pm
Hi all,
how can I break looong lines of code in several lines for better readability, without scrolling to the right/left, please?
As an example in MATLAB we just add 3 dots at the end, so the compiler knows that the expression continues on the next line.
how can I break looong lines of code in several lines for better readability, without scrolling to the right/left, please?
As an example in MATLAB we just add 3 dots at the end, so the compiler knows that the expression continues on the next line.