OSDN Git Service

I implement Array literal.
authormzp <mzpppp@gmail.com>
Fri, 31 Jul 2009 23:24:46 +0000 (08:24 +0900)
committermzp <mzpppp@gmail.com>
Fri, 31 Jul 2009 23:24:46 +0000 (08:24 +0900)
commit64492705b7e4be063f7579072ffa7a46bb7ddafa
tree2624fac274e11f4857f2376225fa5089236a0b4e
parentd604d5670bffa7c82e71df371bf7ca80b1d2bf7a
I implement Array literal.

(array 1 2 3) is same as [1, 2, 3] in AS3.
scm/example/array.scm [new file with mode: 0644]