chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] command-line-arguments


From: Wietse Jacobs
Subject: [Chicken-users] command-line-arguments
Date: Fri, 10 Oct 2008 16:04:13 +0200

Hello,

I've put the following in a file and compiled it with chicken:

(begin
  (display (command-line-arguments))
  (exit))

when I run this with:
test.exe "1 argument"
I get:
(1 argument)

But this looks like a list of 2 arguments where I expected 1. Am I
missing something?

(I'm on windows XP, Chicken Version 3.0.0 - windows-mingw32-x86)

Thanks for your time,
-- 
--Wietse




reply via email to

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