[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [External] : Re: Choosing invokation of list in an interactive claus
From: |
Heime |
Subject: |
RE: [External] : Re: Choosing invokation of list in an interactive clause |
Date: |
Sat, 06 Apr 2024 21:24:00 +0000 |
On Sunday, April 7th, 2024 at 5:34 AM, Drew Adams <drew.adams@oracle.com> wrote:
> > `interactive' shall return a list with exactly as many elements as the
> > command (funtion) has arguments.
>
>
> Not exactly. It must provide all of
> the required args. It can also
> provide any or all of the optional args.
How would it work with optional arguments, for some of the
optional arguments. Would like to see examples some examples
for illustration.