#58 Parse error on Array expression with nil value

Closed
opened 8 years ago by nero · 0 comments

Originally at 2011-09-20T16:25:36Z by Gaëtan Le Brun closed at 2011-10-20T20:56:18Z

I have a Parse error when I inspect or execute an array expression with a nil value like #(1 nil 2) or #(1 2 nil)

It works well with : Array with: 1 with: 2 with: nil or Array new add: 1; add: 2; add: nil; yourself.

Originally at 2011-09-20T16:25:36Z by Gaëtan Le Brun closed at 2011-10-20T20:56:18Z I have a Parse error when I inspect or execute an array expression with a nil value like #(1 nil 2) or #(1 2 nil) It works well with : Array with: 1 with: 2 with: nil or Array new add: 1; add: 2; add: nil; yourself.
Sign in to join this conversation.
No Label
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.