emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Are variations such as these desired?


From: Dmitry Gutov
Subject: Re: Are variations such as these desired?
Date: Mon, 26 Dec 2022 18:19:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 13/12/2022 02:46, Perry Smith wrote:
if dog
   array = [
        145,
      21110,
         11
     ]
end

if dog
   array = [   145,
             21110,
                11]
end

I've never seen code like that in the wild, nor had a desire to write such, but like Stefan has brought up, similar logic could be used to line up assignments.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]