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 connectionsPath: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Janis Papanagnou
Newsgroups: comp.lang.awk
Subject: Re: {} Questions
Date: Wed, 21 Aug 2024 14:10:00 +0200
Organization: A noiseless patient Spider
Lines: 12
Message-ID:
References: <87o75mpaec.fsf@bsb.me.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 21 Aug 2024 14:10:01 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="82e07ed007e815afc5a870beac446b47";
logging-data="4057314"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+6ja9k66Y3GKd2M6cviWRc"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
Thunderbird/45.8.0
Cancel-Lock: sha1:Md53oxq2GIXFNRypVJ5lZVYDjX4=
In-Reply-To:
Bytes: 1368
On 21.08.2024 14:08, Janis Papanagnou wrote:
>
> function f (arg1, arg2, local1, local2) { global = arg1 ; ... }
> f ("Hello", 42);
f("Hello", 42);
Of course no space between the identifier and the parenthesis with
user-defined functions.
Janis