More sentence filters
Hide sentence filters

1.
2.
3.
4.
Single assignment in this means that if you want to calculate the result of a value you must assign it to a new variable (see Listing 30).
5.
6.
7.
8.
9.
10.
In an object oriented programming language these rules would most likely be modeled by a list of instances; in Erlang we use functions.