Bug in 3.0b1?

From: Kumar Balachandran <kumar_at_rtp.ericsson.se>
Date: Tue, 28 Nov 1995 19:16:47 -0500

When you call STk using
        stk "x y z",
*argv* is set to ("x" "y" "z") instead of ("x y z"). There should,
IMHO, be distinction between this and
        stk x y z
where *argv* is correctly set to ("x" "y" "z").

Session follows:
$ stk "x y z"
Welcome to the STk interpreter version 3.0b1 [SunOS-5.4-sun4]
Copyright (C) 1993,1994,1995 Erick Gallesio - I3S - CNRS / ESSI <eg_at_unice.fr>
STk> *argv*
("x" "y" "z")
STk> (quit)


$ stk x y z
Welcome to the STk interpreter version 3.0b1 [SunOS-5.4-sun4]
Copyright (C) 1993,1994,1995 Erick Gallesio - I3S - CNRS / ESSI <eg_at_unice.fr>
STk> *argv*
("x" "y" "z")
STk> (quit)
Received on Wed Nov 29 1995 - 01:18:25 CET

This archive was generated by hypermail 2.3.0 : Mon Jul 21 2014 - 19:38:59 CEST