Update page 'Future Aer Versions'
@@ -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;
|
||||
Reference in New Issue
Block a user