Update page 'Future AerScript Versions'
parent
eb4ff6c0a4
commit
1c58a2aeb4
@ -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
|
||||
*
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user