Just an idea.
How about a bit of syntactic sugar such that
variable = ['First','Second','Third']
is equivalent to
variable = .array~of('First','Second','Third')
It could also be allowed for cases like
do variable over ['First','Second','Third']
...
end
I have seen this in other languages and think it is quite neat
Jon
Anonymous
Committed revision [r10960].
Related
Commit: [r10960]
Committed additional Array Term test with revision [r11025].
Array Term tests for DO WITH, Directory, and StringTable are already in place
Related
Commit: [r11025]