When poll is active respond at
What of the following best explains what it means for Erlang to have a "single assignment rule" ?
57
A variable can be reassigned as many times as needed
There is only one assignment operator in Erlang
Global variables are read only inside functions
Once a variable is bound to a value, it cannot be reassigned
A variable can only be used once in a function
Variables can be reassigned but only inside a loop.
Powered by