<
^
>
P
N
|<
>|
^
_
>
<
---
|
~
.
..
Help
Subject: [ruby-talk:
12694
]
literal array syntax
From:
Mathieu Bouchard
<matju sympatico.ca>
Date: Fri, 16 Mar 2001 04:39:52 +0900
Ruby supports: [ 42, 21, 7, ] but not: [ 42 , 21 , 7 ] is this correct? is this desirable? matju