guile-devel
[Top][All Lists]
Advanced

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

program-arguments


From: Dirk Herrmann
Subject: program-arguments
Date: Fri, 20 Apr 2001 12:12:11 +0200 (MEST)

Hello.

I noticed that:

shell> guile -- foo bar baz
guile> (program-arguments)
==> ("guile" "foo" "bar" "baz")
guile> (set-cdr! (program-arguments) '())
guile> (program-arguments)
==> ("guile")

Is this intentional, or should program-arguments rather return a deep copy
of the arguments?

Best regards,
Dirk Herrmann




reply via email to

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