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. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user