diff --git a/Future-AerScript-Versions.md b/Future-AerScript-Versions.md index 00f2c91..5ff4dd5 100644 --- a/Future-AerScript-Versions.md +++ b/Future-AerScript-Versions.md @@ -66,3 +66,8 @@ It should be possible to redeclare or overload most of the built-in operators av return $box; } } + +### Pointers +Implementation details: + * Simple INTEGER value, that stores an nIdx of the referenced variable + * \ No newline at end of file