Closed Kipt closed 3 years ago
Implemented in version 0.2.0. You can now assign @
as any other variable. Previous syntax to specify address of member still remains the same (but of course, instead of @(address) u(4) myInt
you can now do @ = address; u(4) myInt;
). current_address()
is still possible to use but is being deprecated.
The only way to modify the current address is to declare a member, this restriction could be removed.