guile-user
[Top][All Lists]
Advanced

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

[Q] optional arguments


From: Lars J. Aas
Subject: [Q] optional arguments
Date: Tue, 31 Oct 2000 15:15:36 +0100
User-agent: Mutt/1.2.5i

Is there a way to let a guile function (defined in scheme-
space with define) have optional arguments the way a gsubr has
optional arguments before the final 'rest' list, or is the
(define (func arg1 arg2 . rest) ... form the only way to have
optional arguments for a scheme function?

  Lars J



reply via email to

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