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 <l66j6uFe9t7U4@mid.individual.net>
Deutsch   English   Français   Italiano  
<l66j6uFe9t7U4@mid.individual.net>

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

Path: ...!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: rbowman <bowman@montana.com>
Newsgroups: comp.os.linux.advocacy
Subject: Re: Tabs As Syntax
Date: 22 Mar 2024 23:40:14 GMT
Lines: 13
Message-ID: <l66j6uFe9t7U4@mid.individual.net>
References: <17be73f7d87a06e9$246570$4075406$802601b3@news.usenetexpress.com>
	<utejt0$1fq95$1@dont-email.me> <uterkv$1haln$2@dont-email.me>
	<l624u3Fn16lU13@mid.individual.net> <uthc9v$27npc$1@dont-email.me>
	<l64bbaF2m1hU16@mid.individual.net> <utk70k$305bf$3@dont-email.me>
	<utkhbc$32kac$2@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net elC0pqh+O2dId/kMM6dscAZx1702Rx2C5bpOVBH0Yvf3YykjqO
Cancel-Lock: sha1:V/uh/X8oBaUSrz2X50GsN6h5BCo= sha256:lWkgfl3bEKbZ1GyutTu9xETsFuq7Y1J04qI2LMPaYuQ=
User-Agent: Pan/0.149 (Bellevue; 4c157ba)
Bytes: 1469

On Fri, 22 Mar 2024 14:06:36 -0400, Chris Ahlstrom wrote:

>> f-strings are so nice, especially since you can use it as arguments for
>> other functions and don't have to rely on a temporary string var.
> 
> Those sound like the formatting available for C# String.

I think they were introduced in 3.9. It really smells like a case of 'Duh, 
why didn't we think of that?'  I think C# got there first from the older

("The {0} blivits were shipped to {1}", "useless", "washington")'

style.