Opened 5 years ago
Last modified 2 years ago
#455 new enhancement
a2js: add support for enum indexed arrays
Reported by: | Maxim Reznik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 19.0 |
Component: | Matreshka - a2js | Version: | 0.7.0 |
Keywords: | Cc: |
Description
A code sample:
type Mouse_Button is (Button_1, Button_2, Button_3); type Mouse_Buttons is array (Mouse_Button) of Boolean;
Note:
See TracTickets
for help on using tickets.
Milestone renamed