227
edits
m (→Basics) |
m (→Basics) |
||
Line 55: | Line 55: | ||
The expression list is evaluated and then assigned to the new created variable, with the name which was specified. | The expression list is evaluated and then assigned to the new created variable, with the name which was specified. | ||
Those variables can be | Those variables can be retrieved on the next lines. | ||
This way you can structure & simplify | This way you can structure & simplify your code. | ||
(If you wanted you could write everything in a single line, but it would be very hard to read and error prone) | (If you wanted you could write everything in a single line, but it would be very hard to read and error prone) | ||
edits