Update page 'Future Aer Versions'

Piotr Likoski
2018-08-01 16:08:50 +02:00
parent 57f8850ded
commit 80e055dadc

@@ -1,5 +1,5 @@
## Ideas
This document describes an ideas for future versions of P# language specification
This document describes an ideas for future versions of __Aer__ language specification
* Namespace support
* Operator overloading
@@ -8,7 +8,7 @@ This document describes an ideas for future versions of P# language specificatio
### Data Structures
A data structure is a group of data elements grouped together under one name. These data elements, known as members, can have different types and different lengths. Data structures can be declared in P# using the following syntax:
A data structure is a group of data elements grouped together under one name. These data elements, known as members, can have different types and different lengths. Data structures can be declared in __AerScript__ using the following syntax:
struct data {
string fname;