Sujet : Re: {} Questions
De : janis_papanagnou+ng (at) *nospam* hotmail.com (Janis Papanagnou)
Groupes : comp.lang.awkDate : 21. Aug 2024, 13:10:00
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <va4leo$3rq72$2@dont-email.me>
References : 1 2 3 4
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
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