From eb4ff6c0a422169f6ae2006fe1172a726614252f Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Fri, 17 May 2019 11:44:45 +0200 Subject: [PATCH] Update page 'Future AerScript Versions' --- Future-AerScript-Versions.md | 5 +++++ 1 file changed, 5 insertions(+) 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