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 <uu5kkh$4c0u$1@dont-email.me>
Deutsch   English   Français   Italiano  
<uu5kkh$4c0u$1@dont-email.me>

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

Path: ...!news.misty.com!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.misc
Subject: Re: Software Precepts
Date: Fri, 29 Mar 2024 05:46:57 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 11
Message-ID: <uu5kkh$4c0u$1@dont-email.me>
References: <slrnuvmla3.bqv.bencollver@svadhyaya.localdomain>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 29 Mar 2024 05:46:58 +0100 (CET)
Injection-Info: dont-email.me; posting-host="521a9234fa531f5fbb354bce794424cb";
	logging-data="143390"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19T7F1b2ygkfLPJdgJ/jhZ+"
User-Agent: Pan/0.155 (Kherson; fc5a80b8)
Cancel-Lock: sha1:MUm7wS4R1mHPlyEoHt66Xj7tOsw=
Bytes: 1435

On Wed, 20 Mar 2024 21:35:50 -0000 (UTC), Ben Collver wrote:

> * Our function calls do not have 'parameters' - they have 'arguments'

The way I look at it, a “parameter” is any value that can be adjusted in 
an algorithm to solve a different problem in the same general class of 
problems.

An “argument” is a “parameter” that is passed to a function at the point 
of the call. So different calls can be passed different values of this 
“parameter”.