Given a is an array of [1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
and this bit of code
1 2 | |
In lua, a will become
1
| |
Whereas in python it will become
1 2 | |
And it is a non-issue in erlang because it does not support mutable variable
Given a is an array of [1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
and this bit of code
1 2 | |
In lua, a will become
1
| |
Whereas in python it will become
1 2 | |
And it is a non-issue in erlang because it does not support mutable variable