diff --git a/Future-AerScript-Versions.md b/Future-AerScript-Versions.md index 5ff4dd5..775ce36 100644 --- a/Future-AerScript-Versions.md +++ b/Future-AerScript-Versions.md @@ -4,7 +4,7 @@ This document describes an ideas for future versions of __Aer__ language specifi * Namespace support * Transient fields * Variadic methods - + * Pointers support ### Exponentiation Operator A right associative \** operator can be added to support exponentiation, along with a \**= shorthand assignment operator. @@ -65,9 +65,4 @@ It should be possible to redeclare or overload most of the built-in operators av $box->length = $box1->length + $box2->length; return $box; } - } - -### Pointers -Implementation details: - * Simple INTEGER value, that stores an nIdx of the referenced variable - * \ No newline at end of file + } \ No newline at end of file