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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
