| [news.eclipse.technology.gmt] Re: oaw: beginner questions |
Mmm sorry to bother you, but how do you create a List local variable (what is the syntax)?
The syntax for list literals is '{e1,e2,...,en}' let l = {1,2,3,4} : l.size
Moreover when creating a String local variable (as showed in the documentation reference), I don't how to modify that variable (syntax again) and thus it is as good as an invariable "variable". Could you help me please?
Sven