Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <v3tlkj$1of9j$1@dont-email.me>
Deutsch   English   Français   Italiano  
<v3tlkj$1of9j$1@dont-email.me>

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

Path: ...!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: bart <bc@freeuk.com>
Newsgroups: comp.lang.c
Subject: Re: Interval Comparisons
Date: Fri, 7 Jun 2024 01:52:34 +0100
Organization: A noiseless patient Spider
Lines: 11
Message-ID: <v3tlkj$1of9j$1@dont-email.me>
References: <v3merq$b1uj$1@dont-email.me>
 <pan$63fde$3c88716e$c61af1ee$d0a27c97@invalid.invalid>
 <v3o706$kfrm$2@dont-email.me> <v3o7jr$ki9u$1@dont-email.me>
 <v3of4h$pbb1$1@dont-email.me> <v3t0aa$1k8ck$2@dont-email.me>
 <v3tene$1n5ge$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 07 Jun 2024 02:52:35 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="29f6a6cdd40af68cde491d55d42bbb4c";
	logging-data="1850675"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19czZhg43oXXvrnqws5hR+U"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:n0xj0D+4WO3AYKfXAFdixVoP2wo=
Content-Language: en-GB
In-Reply-To: <v3tene$1n5ge$1@dont-email.me>
Bytes: 1522

On 06/06/2024 23:54, Lawrence D'Oliveiro wrote:
> On Thu, 6 Jun 2024 19:48:42 +0100, bart wrote:
> 
>>     if a = b then end             # universal if a = b < c then end
> 
> Really?? You allow that?

Which bit: The 'a=b' (that's equality); the 'a=b<c' (just like Python); 
or 'then end' (just an empty block)?