Ludovic Courtès wrote:
Hi,

Dan McMahill <[EMAIL PROTECTED]> writes:


Thanks for the reply. Could you show a short example of what the
scheme function call might look like?

Are you meaning

(foo (list 'flag1 'flag2 'someotherflag))


Rather, it would look like:

  (foo 'flag1 'flag2 'someotherflag)

This is because my example uses "rest" arguments, but you could also do
the same as what you describe using a non-rest list argument.

Thanks,
Ludovic.


Thanks! I think this should be enough to get me pointed in the right direction.

-Dan



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to