Deutsch   English   Français   Italiano  
<vapm5l$3uich$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc
Subject: Re: Python (was Re: I did not inhale)
Date: Thu, 29 Aug 2024 13:31:01 +0200
Organization: A noiseless patient Spider
Lines: 29
Message-ID: <vapm5l$3uich$1@dont-email.me>
References: <uu54la$3su5b$6@dont-email.me> <v9m4gd$14scu$1@dont-email.me>
 <20240815182717.189@kylheku.com> <v9npls$1fjus$1@dont-email.me>
 <v9t204$2dofg$1@dont-email.me> <va28pi$3dldm$1@dont-email.me>
 <va2ro9$3gd7v$1@dont-email.me> <va2vt0$3h3gj$1@dont-email.me>
 <va44rh$3p1l6$1@dont-email.me> <va45eq$3pkt9$1@dont-email.me>
 <va4aut$3q4g0$1@dont-email.me> <va4fbr$3qvij$1@dont-email.me>
 <va5108$3tmmd$1@dont-email.me> <va51ok$3tqr9$1@dont-email.me>
 <va5ec2$3vluh$1@dont-email.me> <va6q4g$c1a7$1@dont-email.me>
 <va6rpa$c6bg$1@dont-email.me> <va6se9$cb8e$1@dont-email.me>
 <20240826083330.00004760@gmail.com> <vaises$2k7o6$2@dont-email.me>
 <20240826155113.000005ba@gmail.com> <wwvo75eicla.fsf@LkoBDZeT.terraraq.uk>
 <vak9k9$2ujrs$1@dont-email.me> <valgpu$34s18$1@dont-email.me>
 <vannkg$3ig72$1@dont-email.me> <vanrd8$3j0vv$1@dont-email.me>
 <vantnp$3j94i$1@dont-email.me> <vao9h0$3l470$1@dont-email.me>
 <vaobe7$3lbp1$2@dont-email.me> <vaoi58$3m9tm$1@dont-email.me>
 <vapjnv$3u1ub$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 29 Aug 2024 13:31:02 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="b4e511ef47117c0bf21f8481c4c7c2e4";
	logging-data="4147601"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18VXX7yUI0YAt4trHpSLFabb0k8V2Pgltg="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:HsA6ejbIpD5+0CfcM0XYWhfaz9U=
In-Reply-To: <vapjnv$3u1ub$2@dont-email.me>
Content-Language: en-US
Bytes: 2656

On 2024-08-29 12:49, Bart wrote:

> Without the constraints imposed by the language, I could just write it as:
> 
>      if a == b:
>          s1
> RETURN
>          s2
>          s3
> 
> NOW it stands out!

In Ada I use indentation for the purpose:

if A = B then  -- This I will remove later
   s1;
end if;
       s2;
       s3;

I remember FORTRAN in its glory days had D-comments. In the first column 
the letter D meant a conditional, compiled in the debug mode, ignored 
otherwise.

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de