[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.gmt] Re: oaw: beginner questions

Yannick wrote:

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?

There are no assignments, so you cannot reassign variables. The oAW languages are inspired by functional languages.
What do you want to do?


Sven