Update page 'Future AerScript Versions'

Rafal Kupiec 2019-05-17 11:44:45 +02:00
parent af11cb5f7a
commit eb4ff6c0a4

@ -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
*