chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Using egg getopt-long, basic question.


From: Christiano F. Haesbaert
Subject: [Chicken-users] Using egg getopt-long, basic question.
Date: Thu, 13 May 2010 18:47:39 -0300

Hi,

I'm new to this list (and to scheme), don't know if this kind of
question is appropriate, here it is:

I'm trying to use getopt-long, the first argument is a list of strings, like:

        (getopt-long '("program" "--ram" "foo" "bar")
                      grammar))

--> ((@ "program" "foo" "bar") (ram . #t))

What is that @ ?

Thanks



reply via email to

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