Tabs not allowed in Array definition?

Ken Causey ken at ineffable.com
Sat Jan 12 22:36:53 UTC 2002


Are tabs not equivalent to spaces as delimiters in array?

I find that #( (a 1) (b 2) ) works fine whereas splitting it across 2
lines and using a tab for alignment like

#( (a 1)
	(b 2) )

give me a 'right parenthesis expected' just before the 2.

I'm running a linux VM built from Lex's shasnap.tgz downloaded 1/6/02
and I've got changsets up through 4653-Squeak3-2NowGamma (I chose to
move onto 3.3alpha).

Ken Causey








More information about the Squeak-dev mailing list