bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gawk] How to define a function that can accept arbitrary number of


From: Peng Yu
Subject: [bug-gawk] How to define a function that can accept arbitrary number of arguments?
Date: Fri, 29 Apr 2016 19:25:59 -0500

Hi, I see that there are built-in functions in gawk that can accept
arbitrary number of arguments. How to define one with accept arbitrary
number of arguments by the users? Thanks.

       and(v1, v2 [, ...]) Return  the bitwise AND of the values
provided in the argument list.  There
                           must be at least two.

-- 
Regards,
Peng



reply via email to

[Prev in Thread] Current Thread [Next in Thread]