[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-apl] optional argument to a function
From: |
Fausto Saporito |
Subject: |
Re: [Bug-apl] optional argument to a function |
Date: |
Fri, 10 Apr 2015 17:12:51 +0200 |
Thanks! :)
2015-04-10 16:34 GMT+02:00 Juergen Sauermann <address@hidden>:
> Hi Fausto,
>
> yes. Just define it as a dyadic function.
>
> Typically the first line of that function checks (using ⎕NC) if the
> left argument is present or not.
>
> /// Jürgen
>
>
> On 04/10/2015 04:15 PM, Fausto Saporito wrote:
>
> Hello all,
>
> is there a way to define a function with an optional left argument ?
>
> thanks,
> fausto
>
>
>